Skip to content

Commit

Permalink
fixup: test
Browse files Browse the repository at this point in the history
  • Loading branch information
ronag committed Sep 29, 2019
1 parent 2c720a1 commit 2f13cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-stream2-compatibility.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class TestReader extends R {
}

const reader = new TestReader();
setImmediate(function() {
process.nextTick(function() {
assert.strictEqual(ondataCalled, 1);
console.log('ok');
reader.push(null);
Expand Down

0 comments on commit 2f13cdd

Please sign in to comment.