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 52a6aba commit 86bfcd0Copy full SHA for 86bfcd0
test/asynchronous/test_cursor.py
@@ -372,7 +372,7 @@ async def test_explain_csot(self):
372
# Workaround for SERVER-108463
373
names = client["explain-test"].list_collection_names()
374
if "collection" not in names:
375
- collection = client["explain-test"].create_collection("collection")
+ collection = await client["explain-test"].create_collection("collection")
376
else:
377
collection = client["explain-test"]["collection"]
378
0 commit comments