Skip to content

Commit 248614b

Browse files
Minor check
1 parent b753ba4 commit 248614b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/connection.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,7 @@ describe('connection', () => {
383383
chinook.sendCommands(
384384
'SELECT * FROM albums ORDER BY RANDOM() LIMIT 16; SELECT * FROM albums ORDER BY RANDOM() LIMIT 12; SELECT * FROM albums ORDER BY RANDOM() LIMIT 8; SELECT * FROM albums ORDER BY RANDOM() LIMIT 4;',
385385
(error, results) => {
386+
expect(error).toBeNull()
386387
// server only returns the last rowset?
387388
expect(results.numberOfColumns).toBe(3)
388389
expect(results.numberOfRows).toBe(4)

0 commit comments

Comments
 (0)