Skip to content

Commit 675bb52

Browse files
committed
remove final assert.length
1 parent 5cfd42d commit 675bb52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/native/stress-tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ test('many rows', function() {
1111
});
1212
assert.emits(q, 'end', function() {
1313
client.end();
14-
assert.length(rows, 26);
14+
assert.lengthIs(rows, 26);
1515
})
1616
});
1717

0 commit comments

Comments
 (0)