Skip to content

Commit

Permalink
test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
levansuper committed Feb 13, 2024
1 parent 55f26c6 commit 05b08ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/readable-stream-clone.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ describe("readable-stream-clone", () => {
await promisifyWriteStreams([writeStream1, writeStream2]);


const result1 = fs.readFileSync(fileName1, 'utf8');
const result1 = fs.readFileSync(fileName1);
const result2 = fs.readFileSync(fileName2, 'utf8');


Expand Down

0 comments on commit 05b08ef

Please sign in to comment.