Skip to content

Commit 51ded6e

Browse files
authored
test: improve test description
PR-URL: #56943 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Jason Zhang <[email protected]> Reviewed-By: Pietro Marchini <[email protected]>
1 parent bfa1765 commit 51ded6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/parallel/test-stream-pipe-objectmode-to-non-objectmode.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ const common = require('../common');
44
const assert = require('node:assert');
55
const { Readable, Transform, Writable } = require('node:stream');
66

7-
// Pipeine objects from object mode to non-object mode should throw an error and
8-
// catch by the consumer
7+
// Piping objects from object mode to non-object mode in a pipeline should throw
8+
// an error and catch by the consumer
99
{
1010
const objectReadable = Readable.from([
1111
{ hello: 'hello' },

0 commit comments

Comments
 (0)