Skip to content

Commit 35435db

Browse files
currentOp requires >=4.2
1 parent f2f8dce commit 35435db

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/integration/node-specific/client_close.test.ts

+4-2
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,8 @@ describe('MongoClient.close() Integration', () => {
461461

462462
const metadata: MongoDBMetadataUI = {
463463
requires: {
464-
topology: ['replicaset', 'sharded']
464+
topology: ['replicaset', 'sharded'],
465+
mongodb: '>=4.2'
465466
}
466467
};
467468

@@ -532,7 +533,8 @@ describe('MongoClient.close() Integration', () => {
532533

533534
const metadata: MongoDBMetadataUI = {
534535
requires: {
535-
topology: ['replicaset', 'sharded']
536+
topology: ['replicaset', 'sharded'],
537+
mongodb: '>=4.2'
536538
}
537539
};
538540

0 commit comments

Comments
 (0)