Skip to content

Commit e71cb6c

Browse files
Trottlpinca
andauthored
Update test/parallel/test-fs-promises-file-handle-read.js
Co-authored-by: Luigi Pinca <[email protected]>
1 parent c9345cf commit e71cb6c

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

test/parallel/test-fs-promises-file-handle-read.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,9 @@ async function validateReadNoParams() {
6868
await fileHandle.read();
6969
}
7070

71-
/**
72-
* Validates that the zero position is respected after the position has been
73-
* moved. The test iterates over the xyz chars twice making sure that the values
74-
* are read from the correct position.
75-
*/
71+
// Validates that the zero position is respected after the position has been
72+
// moved. The test iterates over the xyz chars twice making sure that the values
73+
// are read from the correct position.
7674
async function validateReadWithPositionZero() {
7775
const opts = { useConf: true };
7876
const filePath = fixtures.path('x.txt');

0 commit comments

Comments
 (0)