Skip to content

Commit 7fa45a0

Browse files
committed
chore: lint test file
1 parent 504378c commit 7fa45a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/query.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ describe("withQuery", () => {
2727
},
2828
{
2929
input: "/",
30-
query: { 'key with space': "spaced value" },
30+
query: { "key with space": "spaced value" },
3131
out: "/?key+with+space=spaced+value",
3232
},
3333
{

0 commit comments

Comments
 (0)