Skip to content

Commit 4f50116

Browse files
committed
test(NODE-4877): Remove unneeded NOTE comment
1 parent 5073ce3 commit 4f50116

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/unit/sessions.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ describe('Sessions - unit', function () {
117117
});
118118

119119
it('sets clusterTime to the one provided when the signature.keyId is a bigint', () => {
120-
// NOTE: Prior to BigInt support, this would have thrown MongoInvalidArgumentError
121120
const validClusterTime = {
122121
clusterTime: new BSON.Timestamp(BSON.Long.fromNumber(1, true)),
123122
signature: { hash: new BSON.Binary('test'), keyId: 100n }

0 commit comments

Comments
 (0)