From b35d93df25051fc2fa311cbc26fc6a2e9f0080a7 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 17:37:11 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- test/query.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/query.test.ts b/test/query.test.ts index 55cdc833..b7df6e64 100644 --- a/test/query.test.ts +++ b/test/query.test.ts @@ -61,7 +61,7 @@ describe("withQuery", () => { }, { input: "/", - query: { 'a': 'X', 'b[]': [], c: "Y" }, + query: { a: "X", "b[]": [], c: "Y" }, out: "/?a=X&c=Y", }, ];