Skip to content

Commit

Permalink
tests: preempt conflict with nodejs#28566
Browse files Browse the repository at this point in the history
  • Loading branch information
David Mark Clements committed Dec 16, 2019
1 parent 8e73c51 commit b73347f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/parallel/test-stream-readable-async-iterators.js
Original file line number Diff line number Diff line change
Expand Up @@ -400,9 +400,7 @@ async function tests() {
{
const transform = new Transform({
objectMode: true,
transform(chunk, enc, cb) {
cb(null, chunk);
}
transform: common.mustNotCall()
});
transform.push(0);
transform.push(1);
Expand Down

0 comments on commit b73347f

Please sign in to comment.