Skip to content

Commit 1f75ebf

Browse files
committed
error is actually expected in pool test
1 parent 64670b5 commit 1f75ebf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/integration/test-pool-release.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ pool.query('test sql', function(err, res, rows) {
1515
pool.execute('test sql', [], function(err, res, rows) {
1616
pool.execute('test sql', function(err) {
1717
pool.execute('test sql', function(err, res, rows) {
18-
assert.ifError(err);
1918
// TODO change order events are fires so that connection is released before callback
2019
// that way this number will be more deterministic
2120
assert(pool._allConnections.length < 3);

0 commit comments

Comments
 (0)