Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
test: remove unused parameter
  • Loading branch information
tniessen committed Nov 10, 2017
commit 571e06c6535987c03c9f2cdf0bd393aacb9c1c48
2 changes: 1 addition & 1 deletion test/parallel/test-stream2-unpipe-drain.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ TestWriter.prototype._write = function(buffer, encoding, callback) {

const dest = new TestWriter();

function TestReader(id) {
function TestReader() {
stream.Readable.call(this);
this.reads = 0;
}
Expand Down