We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 733fafe commit 996a57cCopy full SHA for 996a57c
1 file changed
test/test_binary.py
@@ -151,6 +151,7 @@ def test_legacy_java_uuid(self):
151
152
# Test insert and find
153
conn = get_connection()
154
+ conn.pymongo_test.drop_collection('java_uuid')
155
coll = conn.pymongo_test.java_uuid
156
coll.uuid_subtype = JAVA_LEGACY
157
@@ -222,6 +223,7 @@ def test_legacy_csharp_uuid(self):
222
223
224
225
226
+ conn.pymongo_test.drop_collection('csharp_uuid')
227
coll = conn.pymongo_test.csharp_uuid
228
coll.uuid_subtype = CSHARP_LEGACY
229
0 commit comments