Skip to content

Commit

Permalink
Fix test suite for node 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
tgriesser committed Oct 9, 2016
1 parent 0e4619a commit 1887965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/builder/transaction.js
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ module.exports = function(knex) {
});

it('#1694, #1703 it should return connections to pool if acquireConnectionTimeout is triggered', function() {
const db = Knex({
var db = Knex({
client: knex.client.driverName,
pool: {
min: 0,
Expand Down

0 comments on commit 1887965

Please sign in to comment.