Skip to content

Commit 173f3f3

Browse files
committed
fix end race in test
1 parent 3b2f413 commit 173f3f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/integration/client/query-error-handling-tests.js

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ test('error during query execution', function() {
88
client.query(sleepQuery, assert.calls(function(err, result) {
99
assert(err);
1010
client.end();
11-
assert.emits(client, 'end');
1211
}));
1312
var client2 = new Client(helper.args);
1413
client2.connect(assert.success(function() {

0 commit comments

Comments
 (0)