summaryrefslogtreecommitdiff
path: root/test/parallel/test-whatwg-url-searchparams-sort.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-whatwg-url-searchparams-sort.js')
-rw-r--r--test/parallel/test-whatwg-url-searchparams-sort.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-whatwg-url-searchparams-sort.js b/test/parallel/test-whatwg-url-searchparams-sort.js
index 712dbc5636..406dceca2b 100644
--- a/test/parallel/test-whatwg-url-searchparams-sort.js
+++ b/test/parallel/test-whatwg-url-searchparams-sort.js
@@ -58,7 +58,7 @@ const { test, assert_array_equals } = require('../common/wpt');
// Tests below are not from WPT.
// Test bottom-up iterative stable merge sort
-const tests = [{input: '', output: []}];
+const tests = [{ input: '', output: [] }];
const pairs = [];
for (let i = 10; i < 100; i++) {
pairs.push([`a${i}`, 'b']);