We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e3e22 commit fb5b9d4Copy full SHA for fb5b9d4
test/asynchronous/test_cursor.py
@@ -366,7 +366,7 @@ async def test_explain_with_read_concern(self):
366
async def test_explain_csot(self):
367
# Create a MongoClient with command monitoring enabled (referred to as client).
368
listener = AllowListEventListener("explain")
369
- client = await self.rs_or_single_client(event_listeners=[listener])
+ client = await self.async_rs_or_single_client(event_listeners=[listener])
370
371
# Create a collection, referred to as collection, with the namespace explain-test.collection.
372
collection = client["explain-test"]["collection"]
0 commit comments