Skip to content

Commit a65c940

Browse files
authored
test(NODE-7298): require correct mongodb version
1 parent 8483054 commit a65c940

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/integration/crud/aggregation.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ describe('Aggregation', function () {
874874
it(
875875
'should perform aggregations with a write stage on secondary when readPreference is secondary',
876876
{
877-
metadata: { requires: { topology: 'replicaset' } },
877+
metadata: { requires: { topology: 'replicaset', mongodb: ">=5.0" } },
878878
async test() {
879879
const databaseName = this.configuration.db;
880880
const client = this.configuration.newClient(this.configuration.writeConcernMax(), {

0 commit comments

Comments
 (0)