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 5cfd42d commit 675bb52Copy full SHA for 675bb52
test/native/stress-tests.js
@@ -11,7 +11,7 @@ test('many rows', function() {
11
});
12
assert.emits(q, 'end', function() {
13
client.end();
14
- assert.length(rows, 26);
+ assert.lengthIs(rows, 26);
15
})
16
17
0 commit comments