We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aea984f commit c6a235fCopy full SHA for c6a235f
test/integration/connection-pool/error-tests.js
@@ -31,7 +31,6 @@ pg.connect(helper.config, assert.success(function(client, done) {
31
//kill the connection from client
32
client2.query(killIdleQuery, params, assert.success(function(res) {
33
//check to make sure client connection actually was killed
34
- assert.lengthIs(res.rows, 1);
35
//return client2 to the pool
36
done2();
37
pg.end();
0 commit comments