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", }, ];