summaryrefslogtreecommitdiff
path: root/test/parallel/test-http-outgoing-finish.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-http-outgoing-finish.js')
-rw-r--r--test/parallel/test-http-outgoing-finish.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-http-outgoing-finish.js b/test/parallel/test-http-outgoing-finish.js
index c805a89cc1..1fcd7cd076 100644
--- a/test/parallel/test-http-outgoing-finish.js
+++ b/test/parallel/test-http-outgoing-finish.js
@@ -51,7 +51,7 @@ function write(out) {
// first, write until it gets some backpressure
while (out.write(buf)) {}
- // now end, and make sure that we don't get the 'finish' event
+ // Now end, and make sure that we don't get the 'finish' event
// before the tick where the cb gets called. We give it until
// nextTick because this is added as a listener before the endcb
// is registered. The order is not what we're testing here, just