Skip to content

Commit 86bfcd0

Browse files
committed
fix call
1 parent 52a6aba commit 86bfcd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/asynchronous/test_cursor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ async def test_explain_csot(self):
372372
# Workaround for SERVER-108463
373373
names = client["explain-test"].list_collection_names()
374374
if "collection" not in names:
375-
collection = client["explain-test"].create_collection("collection")
375+
collection = await client["explain-test"].create_collection("collection")
376376
else:
377377
collection = client["explain-test"]["collection"]
378378

0 commit comments

Comments
 (0)