Skip to content

Commit

Permalink
chore: apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Aug 16, 2023
1 parent db2ad50 commit bbdfb9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ describe("ofetch", () => {
method: "POST",
body: data,
});
expect(body).toMatchObject({ foo: 'bar' });
expect(body).toMatchObject({ foo: "bar" });
});

it("404", async () => {
Expand Down

0 comments on commit bbdfb9c

Please sign in to comment.