summaryrefslogtreecommitdiff
path: root/test/parallel/test-http2-timeouts.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-http2-timeouts.js')
-rw-r--r--test/parallel/test-http2-timeouts.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-http2-timeouts.js b/test/parallel/test-http2-timeouts.js
index db5822776a..de8311a149 100644
--- a/test/parallel/test-http2-timeouts.js
+++ b/test/parallel/test-http2-timeouts.js
@@ -14,7 +14,7 @@ server.on('stream', common.mustCall((stream) => {
stream.end('hello world');
}));
- // check that expected errors are thrown with wrong args
+ // Check that expected errors are thrown with wrong args
common.expectsError(
() => stream.setTimeout('100'),
{