Skip to content

Commit

Permalink
test: improve test description
Browse files Browse the repository at this point in the history
PR-URL: #56943
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Jason Zhang <[email protected]>
Reviewed-By: Pietro Marchini <[email protected]>
  • Loading branch information
jakecastelli authored Feb 9, 2025
1 parent bfa1765 commit 51ded6e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ const common = require('../common');
const assert = require('node:assert');
const { Readable, Transform, Writable } = require('node:stream');

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

0 comments on commit 51ded6e

Please sign in to comment.