PYTHON-3848 Test $changeStreamSplitLargeEvent on MongoDB 6.0.9+ (#1377)

This commit is contained in:
Noah Stapp 2023-09-18 11:11:10 -07:00 committed by GitHub
parent bd4e09521d
commit db4406b951
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -764,7 +764,7 @@ class ProseSpecTestsMixin:
# Prose test no. 19
@no_type_check
@client_context.require_version_min(7, 0, -1)
@client_context.require_version_min(6, 0, 9)
def test_split_large_change(self):
self.db.drop_collection("test_split_large_change")
coll = self.db.create_collection(