Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jan 30, 2025
1 parent fa05375 commit ac2c87e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/model.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -8513,7 +8513,7 @@ describe('Model', function() {
{ message: 'updateMany `update` parameter cannot be nullish' }
);
});

describe('insertOne() (gh-14843)', function() {
it('should insert a new document', async function() {
const userSchema = new Schema({
Expand Down

0 comments on commit ac2c87e

Please sign in to comment.