File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2032,7 +2032,7 @@ describe('Bulk', function () {
2032
2032
} ) ;
2033
2033
2034
2034
it ( 'should abort ordered/unordered bulk operation writes' , {
2035
- metadata : { requires : { mongodb : '>= 3.6 ' , topology : [ 'replicaset' ] } } ,
2035
+ metadata : { requires : { mongodb : '>= 4.2 ' , topology : [ 'replicaset' ] } } ,
2036
2036
async test ( ) {
2037
2037
const session = client . startSession ( ) ;
2038
2038
session . startTransaction ( {
@@ -2067,7 +2067,7 @@ describe('Bulk', function () {
2067
2067
} ) ;
2068
2068
2069
2069
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' ] } } ,
2071
2071
async test ( ) {
2072
2072
const session = client . startSession ( ) ;
2073
2073
You can’t perform that action at this time.
0 commit comments