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
Update test/parallel/test-http-outgoing-properties.js
Co-authored-by: mscdex <mscdex@users.noreply.github.com>
  • Loading branch information
zhangwinning and mscdex authored Jun 22, 2020
commit be3c4b1579c2a3cb6fa41d5533785221c3a46f7b
2 changes: 1 addition & 1 deletion test/parallel/test-http-outgoing-properties.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const OutgoingMessage = http.OutgoingMessage;

server.listen(0);

server.on('listening', common.mustCall(function() {
server.on('listening', common.mustCall(() => {
const req = http.request({
port: server.address().port,
method: 'GET',
Expand Down