Skip to content

Commit

Permalink
style: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jul 9, 2024
1 parent bb7e929 commit 7d742e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/document.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13581,7 +13581,7 @@ describe('document', function() {
assert.deepStrictEqual(doc.getChanges(), { $set: { name: 'taco-edit' } });
assert.ok(!doc.$isDefault('updater._id'));
});

it('$clearModifiedPaths (gh-14268)', async function() {
const schema = new Schema({
name: String,
Expand Down

0 comments on commit 7d742e2

Please sign in to comment.