summaryrefslogtreecommitdiff
path: root/test/parallel/test-querystring.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-querystring.js')
-rw-r--r--test/parallel/test-querystring.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-querystring.js b/test/parallel/test-querystring.js
index b5a4a599c3..72594ce719 100644
--- a/test/parallel/test-querystring.js
+++ b/test/parallel/test-querystring.js
@@ -214,7 +214,7 @@ qsColonTestCases.forEach((testCase) => {
check(qs.parse(testCase[0], ';', ':'), testCase[2], testCase[0]);
});
-// test the weird objects, that they get parsed properly
+// Test the weird objects, that they get parsed properly
qsWeirdObjects.forEach((testCase) => {
check(qs.parse(testCase[1]), testCase[2], testCase[1]);
});