Skip to content

Commit

Permalink
Update test/parallel/test-stream-pipeline-uncaught.js
Browse files Browse the repository at this point in the history
Co-Authored-By: Denys Otrishko <shishugi@gmail.com>
  • Loading branch information
ronag and lundibundi committed Feb 22, 2020
1 parent 86f40d3 commit f4a1245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-stream-pipeline-uncaught.js
Expand Up @@ -20,6 +20,6 @@ pipeline(s, async function(source) {
chunk;
}
}, common.mustCall((err) => {
assert.ok(!err);
assert.ifError(err);
throw new Error('asd');
}));

0 comments on commit f4a1245

Please sign in to comment.