Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Dec 9, 2024
1 parent 7d25b48 commit 5698453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helpers/isBsonType.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ describe('isBsonType', () => {
it('true for Double', () => {
assert.ok(isBsonType(new Double(), 'Double'));
});

it('true for Int32', () => {
assert.ok(isBsonType(new Int32(), 'Int32'));
});
Expand Down

0 comments on commit 5698453

Please sign in to comment.