Skip to content
This repository was archived by the owner on Mar 2, 2026. It is now read-only.

Commit 9fdbbf7

Browse files
committed
fixed async system test
1 parent e328d26 commit 9fdbbf7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/system/test_system_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ async def test_document_collections_w_read_time(client, cleanup, database):
304304
cleanup(document.delete)
305305

306306
data = {"now": firestore.SERVER_TIMESTAMP}
307-
document.create(data)
307+
await document.create(data)
308308

309309
original_child_ids = ["child1", "child2"]
310310
read_time = None

0 commit comments

Comments
 (0)