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 @@ -7327,7 +7327,7 @@ describe('Model', function() {
73277327 } ) ;
73287328
73297329 it ( 'insertMany should throw an error if there were operations that failed validation, ' +
7330- 'but all operations that passed validation succeeded (gh-14572) (gh-13256)' , async function ( ) {
7330+ 'but all operations that passed validation succeeded (gh-14572) (gh-13256)' , async function ( ) {
73317331 const userSchema = new Schema ( {
73327332 age : { type : Number }
73337333 } ) ;
@@ -8628,7 +8628,7 @@ describe('Model', function() {
86288628 } ) ;
86298629
86308630 it ( 'insertMany should throw an error if there were operations that failed validation, ' +
8631- 'but all operations that passed validation succeeded (gh-13256)' , async function ( ) {
8631+ 'but all operations that passed validation succeeded (gh-13256)' , async function ( ) {
86328632 const userSchema = new Schema ( {
86338633 age : { type : Number }
86348634 } ) ;
You can’t perform that action at this time.
0 commit comments