Skip to content

Commit 4c80bb4

Browse files
committed
collection always exists pt2
1 parent ec8930d commit 4c80bb4

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
@@ -551,7 +551,7 @@ describe('MongoClient.close() Integration', () => {
551551
await client
552552
.db('db')
553553
.collection('collection')
554-
?.drop()
554+
.drop()
555555
.catch(() => null);
556556
const collection = await client.db('db').createCollection('collection');
557557
session = client.startSession();

0 commit comments

Comments
 (0)