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 175098aed7..b26f41a466 100644
--- a/test/parallel/test-querystring.js
+++ b/test/parallel/test-querystring.js
@@ -269,7 +269,7 @@ qsWeirdObjects.forEach((testCase) => {
assert.strictEqual(qs.stringify(testCase[0]), testCase[1]);
});
-// invalid surrogate pair throws URIError
+// Invalid surrogate pair throws URIError
common.expectsError(
() => qs.stringify({ foo: '\udc00' }),
{