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 ff09b3f commit 124c89bCopy full SHA for 124c89b
test/close.js
@@ -14,13 +14,12 @@ describe('close', function() {
14
const cursor = new Cursor(text)
15
this.client.query(cursor)
16
this.client.query('SELECT NOW()', done)
17
- cursor.read(100, function (err, res) {
+ cursor.read(100, function(err) {
18
assert.ifError(err)
19
cursor.close()
20
})
21
22
23
-
24
it('closes cursor early', function(done) {
25
26
0 commit comments