Skip to content

Commit 1618138

Browse files
committed
DEBUG
1 parent f67b819 commit 1618138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/encryption_/test_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ def assertEncrypted(self, model, field):
2323
except Exception as e:
2424
raise Exception(
2525
f"collections: {db.list_collection_names()} and "
26-
"collection_count: {collection.count_document()}"
26+
"collection_count: {collection.count_documents({})}"
2727
) from e

0 commit comments

Comments
 (0)