Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
patriksimek committed Jul 4, 2018
1 parent bfd355e commit 599b408
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/common/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,6 @@ module.exports = (sql, driver) => {
},

'timeout' (done, message) {
const log = require('why-is-node-running')
// eslint-disable-next-line no-new
const conn = new sql.ConnectionPool({
user: '...',
Expand All @@ -770,7 +769,6 @@ module.exports = (sql, driver) => {
}, (err) => {
assert.equal((message ? (message.exec(err.message) != null) : (err instanceof sql.ConnectionPoolError)), true)
conn.close()
log()
done()
})
},
Expand Down

0 comments on commit 599b408

Please sign in to comment.