Skip to content

Commit 52bb16e

Browse files
committed
DEBUG
1 parent 1618138 commit 52bb16e

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_documents({})}"
26+
f"collection_count: {collection.count_documents({})}"
2727
) from e

0 commit comments

Comments
 (0)