Skip to content

Commit

Permalink
test(NODE-4877): Remove unneeded NOTE comment
Browse files Browse the repository at this point in the history
  • Loading branch information
W-A-James committed Feb 21, 2023
1 parent 5073ce3 commit 4f50116
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/unit/sessions.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ describe('Sessions - unit', function () {
});

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

0 comments on commit 4f50116

Please sign in to comment.