Skip to content

Commit fcafd64

Browse files
Update model.test.js
1 parent 584fc9d commit fcafd64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/model.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
});

0 commit comments

Comments
 (0)