Skip to content

Commit 1acacb8

Browse files
committed
during delete collection delete all collections created for these tests
1 parent 102997c commit 1acacb8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

firestore/cloud-client/snippets.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -836,6 +836,10 @@ def delete_collection(coll_ref, batch_size):
836836
# [END delete_full_collection]
837837

838838
delete_collection(db.collection(u'cities'), 10)
839+
delete_collection(db.collection(u'data'), 10)
840+
delete_collection(db.collection(u'dc_samples'), 10)
841+
delete_collection(db.collection(u'objects'), 10)
842+
delete_collection(db.collection(u'users'), 10)
839843

840844

841845
def collection_group_query(db):

0 commit comments

Comments
 (0)