File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -366,7 +366,6 @@ async def test_explain_csot(self):
366
366
# Create a MongoClient with command monitoring enabled (referred to as client).
367
367
listener = AllowListEventListener ("explain" )
368
368
client = await self .async_rs_or_single_client (event_listeners = [listener ])
369
- client .drop_database ("explain-test" )
370
369
371
370
# Create a collection, referred to as collection, with the namespace explain-test.collection.
372
371
collection = client ["explain-test" ]["collection" ]
Original file line number Diff line number Diff line change @@ -358,7 +358,6 @@ def test_explain_csot(self):
358
358
# Create a MongoClient with command monitoring enabled (referred to as client).
359
359
listener = AllowListEventListener ("explain" )
360
360
client = self .rs_or_single_client (event_listeners = [listener ])
361
- client .drop_database ("explain-test" )
362
361
363
362
# Create a collection, referred to as collection, with the namespace explain-test.collection.
364
363
collection = client ["explain-test" ]["collection" ]
You can’t perform that action at this time.
0 commit comments