Skip to content

Commit a19ea6b

Browse files
clean up 2
1 parent dd7be12 commit a19ea6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ describe('MongoClient.close() Integration', () => {
656656
await cursor?.close();
657657
});
658658

659-
it('all active server-side cursors are closed by client.close()', async function () {
659+
it.only('all active server-side cursors are closed by client.close()', async function () {
660660
const getCursors = async () => {
661661
const res = await client
662662
.db()

0 commit comments

Comments
 (0)