Skip to content

Commit

Permalink
Update test/parallel/test-fs-promises-file-handle-read.js
Browse files Browse the repository at this point in the history
Co-authored-by: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
Trott and lpinca committed Nov 9, 2021
1 parent c9345cf commit e71cb6c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions test/parallel/test-fs-promises-file-handle-read.js
Expand Up @@ -68,11 +68,9 @@ async function validateReadNoParams() {
await fileHandle.read();
}

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

0 comments on commit e71cb6c

Please sign in to comment.