Skip to content

Commit b73347f

Browse files
author
David Mark Clements
committed
tests: preempt conflict with nodejs#28566
1 parent 8e73c51 commit b73347f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

test/parallel/test-stream-readable-async-iterators.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -400,9 +400,7 @@ async function tests() {
400400
{
401401
const transform = new Transform({
402402
objectMode: true,
403-
transform(chunk, enc, cb) {
404-
cb(null, chunk);
405-
}
403+
transform: common.mustNotCall()
406404
});
407405
transform.push(0);
408406
transform.push(1);

0 commit comments

Comments
 (0)