Skip to content

Commit 5698453

Browse files
committed
fix lint
1 parent 7d25b48 commit 5698453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/helpers/isBsonType.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ describe('isBsonType', () => {
3636
it('true for Double', () => {
3737
assert.ok(isBsonType(new Double(), 'Double'));
3838
});
39-
39+
4040
it('true for Int32', () => {
4141
assert.ok(isBsonType(new Int32(), 'Int32'));
4242
});

0 commit comments

Comments
 (0)