Skip to content

Commit 85440c4

Browse files
authored
test(NODE-5466): update MongoDB version requirement for changeStreamSplitLargeEvent prose tests (#4491)
1 parent 1f8e01f commit 85440c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/change-streams/change_streams.prose.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -992,7 +992,7 @@ describe('Change Stream prose tests', function () {
992992
});
993993

994994
it('splits the event into multiple fragments', {
995-
metadata: { requires: { topology: '!single', mongodb: '>=7.0.0' } },
995+
metadata: { requires: { topology: '!single', mongodb: '>=6.0.9' } },
996996
test: async function () {
997997
// Insert into _C_ a document at least 10mb in size, e.g. { "value": "q"*10*1024*1024 }
998998
await collection.insertOne({ value: 'q'.repeat(10 * 1024 * 1024) });

0 commit comments

Comments
 (0)