summaryrefslogtreecommitdiff
path: root/test/parallel/test-http2-client-set-priority.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-http2-client-set-priority.js')
-rw-r--r--test/parallel/test-http2-client-set-priority.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/parallel/test-http2-client-set-priority.js b/test/parallel/test-http2-client-set-priority.js
index 64b7b56dfa..411b762be8 100644
--- a/test/parallel/test-http2-client-set-priority.js
+++ b/test/parallel/test-http2-client-set-priority.js
@@ -36,9 +36,9 @@ checkWeight(1, 1);
checkWeight(16, 16);
checkWeight(256, 256);
-// when client weight is higher than 256, weight is 256
+// When client weight is higher than 256, weight is 256
checkWeight(257, 256);
checkWeight(512, 256);
-// when client weight is undefined, weight is default 16
+// When client weight is undefined, weight is default 16
checkWeight(undefined, 16);