Skip to content

Commit 5e16534

Browse files
committed
chore(openapi-react-query): Fixed linting in test
1 parent f666269 commit 5e16534

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: packages/openapi-react-query/test/index.test.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ describe("client", () => {
325325
path: "/string-array",
326326
status: 200,
327327
headers: {
328-
"Content-Length": "10"
328+
"Content-Length": "10",
329329
},
330330
body: undefined,
331331
});
@@ -350,7 +350,7 @@ describe("client", () => {
350350
path: "/string-array",
351351
status: 200,
352352
headers: {
353-
"Content-Length": "0"
353+
"Content-Length": "0",
354354
},
355355
body: undefined,
356356
});

0 commit comments

Comments
 (0)