aboutsummaryrefslogtreecommitdiff
path: root/test/parallel/test-http-client-timeout-event.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-http-client-timeout-event.js')
-rw-r--r--test/parallel/test-http-client-timeout-event.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-http-client-timeout-event.js b/test/parallel/test-http-client-timeout-event.js
index c76d56ef25..71767bef8f 100644
--- a/test/parallel/test-http-client-timeout-event.js
+++ b/test/parallel/test-http-client-timeout-event.js
@@ -36,7 +36,7 @@ server.listen(0, options.host, function() {
options.port = this.address().port;
const req = http.request(options);
req.on('error', function() {
- // this space is intentionally left blank
+ // This space is intentionally left blank
});
req.on('close', common.mustCall(() => server.close()));