Skip to content

Commit 420d740

Browse files
authored
PYTHON-2721 Reenable regex flags test on MongoDB 5.0+ (#779)
1 parent e271315 commit 420d740

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_collection.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1132,7 +1132,6 @@ def test_fields_specifier_as_dict(self):
11321132
self.assertTrue("x" not in db.test.find_one(projection={"x": 0}))
11331133
self.assertTrue("mike" in db.test.find_one(projection={"x": 0}))
11341134

1135-
@client_context.require_version_max(4, 9, -1) # PYTHON-2721
11361135
def test_find_w_regex(self):
11371136
db = self.db
11381137
db.test.delete_many({})

0 commit comments

Comments
 (0)