Skip to content

Commit 18700ee

Browse files
Update test/parallel/test-fs-read-position-validation.mjs
Co-authored-by: Antoine du Hamel <[email protected]>
1 parent 60941a7 commit 18700ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-fs-read-position-validation.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ async function testInvalid(code, position, internalCatch = false) {
115115
await testValid(2n ** 63n - 1n - BigInt(length), [ 'EFBIG' ]);
116116
await testInvalid('ERR_OUT_OF_RANGE', 2n ** 63n);
117117

118-
// TODO: test `2n ** 63n - BigInt(length)`
118+
// TODO(LiviaMedeiros): test `2n ** 63n - BigInt(length)`
119119

120120
await testInvalid('ERR_OUT_OF_RANGE', NaN);
121121
await testInvalid('ERR_OUT_OF_RANGE', -Infinity);

0 commit comments

Comments
 (0)