Skip to content

Commit 7a2a9b7

Browse files
committed
test: name fix
1 parent c2bfe36 commit 7a2a9b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/node/parser/calculate_size.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ describe('calculateSize()', () => {
3232
}
3333
});
3434

35-
it('returns 8 bytes (+7 meta bytes) size for a bigint value', function () {
35+
it('returns 8 bytes (+8 meta bytes) size for a bigint value', function () {
3636
const doc = { a: BigInt(1) };
3737
expect(BSON.calculateObjectSize(doc)).to.equal(16);
3838
expect(BSON.calculateObjectSize(doc)).to.equal(BSON.serialize(doc).byteLength);

0 commit comments

Comments
 (0)