Skip to content

Commit 88d1a9e

Browse files
committed
collection always exists pt3
1 parent 8eee5b7 commit 88d1a9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ describe('MongoClient.close() Integration', () => {
651651
await client
652652
.db('db')
653653
.collection('coll')
654-
?.drop()
654+
.drop()
655655
.catch(() => null);
656656
coll = await client
657657
.db('db')

0 commit comments

Comments
 (0)