We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a570113 commit bbfc3bbCopy full SHA for bbfc3bb
1 file changed
background/app/main_test.py
@@ -37,7 +37,6 @@ def clear_collection(collection):
37
"""
38
for doc in collection.stream():
39
doc.reference.delete()
40
-
41
42
bucket_name = 'system-test-bucket'
43
client = firestore.Client()
@@ -54,6 +53,7 @@ def clear_collection(collection):
54
53
},
55
document_id="test translation",
56
)
+ assert bucket in locals()
57
yield client
58
59
0 commit comments