Skip to content
Closed
Changes from 1 commit
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
Prev Previous commit
squash
  • Loading branch information
Trott committed Oct 18, 2016
commit 1fc5b400a5ea1aae670fef5f376fb7af79c3ee86
2 changes: 1 addition & 1 deletion test/parallel/test-http-client-readable.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ FakeAgent.prototype.createConnection = function createConnection() {
cb();
};

s.destroy = s.destroySoon = function destroySoon() {
s.destroy = s.destroySoon = function destroy() {
this.writable = false;
};

Expand Down