Skip to content

Commit 9579af6

Browse files
committed
lint
1 parent 5a0b45f commit 9579af6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/integration/crud/find_cursor_methods.test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,7 @@ describe('Find Cursor', function () {
389389
});
390390

391391
await cursor.next();
392+
// eslint-disable-next-line no-unused-vars
392393
for await (const _ of cursor) {
393394
/* empty */
394395
}
@@ -423,6 +424,7 @@ describe('Find Cursor', function () {
423424
});
424425

425426
await cursor.next();
427+
// eslint-disable-next-line no-unused-vars
426428
for await (const _ of cursor) {
427429
/* empty */
428430
}

0 commit comments

Comments
 (0)