Skip to content

Commit 491e86c

Browse files
lpincaaduh95
authored andcommitted
Update test/parallel/test-stream-pipe-unpipe-streams.js
1 parent bf7c3f7 commit 491e86c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/parallel/test-stream-pipe-unpipe-streams.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ assert.strictEqual(source._readableState.pipes.length, 0);
8585
}
8686

8787
{
88-
const src = Readable({ read: () => { } });
89-
const dst = Writable({ write: () => { } });
88+
const src = Readable({ read: () => {} });
89+
const dst = Writable({ write: () => {} });
9090
src.pipe(dst);
9191
src.on('resume', common.mustCall(() => {
9292
src.on('pause', common.mustCall());

0 commit comments

Comments
 (0)