test: improve test description

PR-URL: https://github.com/nodejs/node/pull/56943
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Jason Zhang <xzha4350@gmail.com>
Reviewed-By: Pietro Marchini <pietro.marchini94@gmail.com>
This commit is contained in:
jakecastelli 2025-02-09 21:08:33 +10:30 committed by GitHub
parent bfa17659ee
commit 51ded6eaeb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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' },