We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1b1c62 commit e72aff4Copy full SHA for e72aff4
test/unit/client/stream-and-query-error-interaction-tests.js
@@ -20,7 +20,7 @@ test('emits end when not in query', function() {
20
assert.equal(client.queryQueue.length, 0);
21
assert(client.activeQuery, 'client should have issued query');
22
process.nextTick(function() {
23
- stream.emit('end');
+ stream.emit('close');
24
});
25
26
0 commit comments