summaryrefslogtreecommitdiff
path: root/test/parallel/test-http2-session-unref.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-http2-session-unref.js')
-rw-r--r--test/parallel/test-http2-session-unref.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/parallel/test-http2-session-unref.js b/test/parallel/test-http2-session-unref.js
index 0381971c0e..dcfbccf215 100644
--- a/test/parallel/test-http2-session-unref.js
+++ b/test/parallel/test-http2-session-unref.js
@@ -35,7 +35,7 @@ server.listen(0, common.mustCall(() => {
client.unref();
}
- // unref destroyed client
+ // Unref destroyed client
{
const client = http2.connect(`http://localhost:${port}`);
@@ -45,7 +45,7 @@ server.listen(0, common.mustCall(() => {
}));
}
- // unref destroyed client
+ // Unref destroyed client
{
const client = http2.connect(`http://localhost:${port}`, {
createConnection: common.mustCall(() => clientSide)