We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01e34ce commit c93194aCopy full SHA for c93194a
test/test_collection.py
@@ -1549,6 +1549,7 @@ def test_acknowledged_delete(self):
1549
self.assertEqual(2, db.test.delete_many({}).deleted_count)
1550
self.assertEqual(0, db.test.delete_many({}).deleted_count)
1551
1552
+ @client_context.require_version_max(4, 9)
1553
def test_manual_last_error(self):
1554
coll = self.db.get_collection("test", write_concern=WriteConcern(w=0))
1555
coll.insert_one({"x": 1})
0 commit comments