We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dedaea0 commit d513eb7Copy full SHA for d513eb7
test/test_collation.py
@@ -303,7 +303,7 @@ def test_mixed_bulk_collation(self):
303
bulk.execute()
304
self.assertIsNone(self.db.test.find_one({'foo': 42}))
305
306
- @client_context.require_version_min(3, 4, 0)
+ @client_context.require_version_min(3, 3, 11)
307
def test_indexes_same_keys_different_collations(self):
308
self.db.test.drop()
309
usa_collation = Collation('en_US')
0 commit comments