File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2032,7 +2032,7 @@ describe('Bulk', function () {
20322032 } ) ;
20332033
20342034 it ( 'should abort ordered/unordered bulk operation writes' , {
2035- metadata : { requires : { mongodb : '>= 3.6 ' , topology : [ 'replicaset' ] } } ,
2035+ metadata : { requires : { mongodb : '>= 4.2 ' , topology : [ 'replicaset' ] } } ,
20362036 async test ( ) {
20372037 const session = client . startSession ( ) ;
20382038 session . startTransaction ( {
@@ -2067,7 +2067,7 @@ describe('Bulk', function () {
20672067 } ) ;
20682068
20692069 it ( 'should abort ordered/unordered bulk operation writes using withTransaction' , {
2070- metadata : { requires : { mongodb : '>= 3.6 ' , topology : [ 'replicaset' ] } } ,
2070+ metadata : { requires : { mongodb : '>= 4.2 ' , topology : [ 'replicaset' ] } } ,
20712071 async test ( ) {
20722072 const session = client . startSession ( ) ;
20732073
You can’t perform that action at this time.
0 commit comments