Skip to content

Commit d513eb7

Browse files
author
Luke Lovett
committed
Lower the minimum version required for running collation index name test.
1 parent dedaea0 commit d513eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_collation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ def test_mixed_bulk_collation(self):
303303
bulk.execute()
304304
self.assertIsNone(self.db.test.find_one({'foo': 42}))
305305

306-
@client_context.require_version_min(3, 4, 0)
306+
@client_context.require_version_min(3, 3, 11)
307307
def test_indexes_same_keys_different_collations(self):
308308
self.db.test.drop()
309309
usa_collation = Collation('en_US')

0 commit comments

Comments
 (0)