Skip to content

Commit c5cae7b

Browse files
committed
remove only
1 parent 8d4ba51 commit c5cae7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/crud/find_cursor_methods.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ describe('Find Cursor', function () {
432432
expect(count).to.equal(2);
433433
});
434434

435-
it.only('allows partial iteration with for await syntax and then calling .next()', async function () {
435+
it('allows partial iteration with for await syntax and then calling .next()', async function () {
436436
let count = 0;
437437
cursor = collection.find({}, { batchSize: 2 }).map(doc => {
438438
count++;

0 commit comments

Comments
 (0)