diff --git a/test/helpers/isBsonType.test.js b/test/helpers/isBsonType.test.js index 2ecc0d9b26..2fe16b6889 100644 --- a/test/helpers/isBsonType.test.js +++ b/test/helpers/isBsonType.test.js @@ -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')); });