Skip to content

Commit 6db799c

Browse files
committed
test(NODE-7204): run lint
1 parent 3204c33 commit 6db799c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/node-specific/cursor_stream.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { expect } from 'chai';
55
import { Binary, type Collection, type Db, type MongoClient, MongoServerError } from '../../../src';
66
import { sleep } from '../../tools/utils';
77

8-
describe.only('Cursor Streams', function () {
8+
describe('Cursor Streams', function () {
99
let client: MongoClient;
1010
let db: Db;
1111

0 commit comments

Comments
 (0)