We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b2f413 commit 173f3f3Copy full SHA for 173f3f3
test/integration/client/query-error-handling-tests.js
@@ -8,7 +8,6 @@ test('error during query execution', function() {
8
client.query(sleepQuery, assert.calls(function(err, result) {
9
assert(err);
10
client.end();
11
- assert.emits(client, 'end');
12
}));
13
var client2 = new Client(helper.args);
14
client2.connect(assert.success(function() {
0 commit comments