aboutsummaryrefslogtreecommitdiff
path: root/test/parallel/test-tls-cipher-list.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-tls-cipher-list.js')
-rw-r--r--test/parallel/test-tls-cipher-list.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/parallel/test-tls-cipher-list.js b/test/parallel/test-tls-cipher-list.js
index 4a39ee9391..ddbe6a33f6 100644
--- a/test/parallel/test-tls-cipher-list.js
+++ b/test/parallel/test-tls-cipher-list.js
@@ -23,8 +23,8 @@ function doCheck(arg, check) {
}).on('error', common.mustNotCall());
}
-// test the default unmodified version
+// Test the default unmodified version
doCheck([], defaultCoreList);
-// test the command line switch by itself
+// Test the command line switch by itself
doCheck(['--tls-cipher-list=ABC'], 'ABC');