Skip to content

Commit

Permalink
style: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Apr 14, 2022
1 parent 63fbbb2 commit 10feddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,7 @@ describe('mongoose module:', function() {
schema.clearIndexes();
assert.equal(schema.indexes().length, 0);
});

describe('global `allowDiskUse` (gh-11478)', () => {
this.afterEach(() => sinon.restore());

Expand Down

0 comments on commit 10feddb

Please sign in to comment.