Skip to content

Commit

Permalink
chore: correct test names
Browse files Browse the repository at this point in the history
  • Loading branch information
orionmiz committed Feb 16, 2024
1 parent 0081f26 commit 03d215d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/plantae/src/fetch/createFetch.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { base, Status } from "../test/utils";
import { server } from "../test/worker";
import createFetch from "./createFetch";

describe("createAxiosInterceptors", () => {
describe("createFetch", () => {
it("can modify request body", async () => {
server.use(
http.post(
Expand Down
2 changes: 1 addition & 1 deletion packages/plantae/src/ky/createKyHooks.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { base, baseURL, Status } from "../test/utils";
import { server } from "../test/worker";
import createKyHooks from "./createKyHooks";

describe("createkyInterceptors", () => {
describe("createKyHooks", () => {
it("can modify request body", async () => {
server.use(
http.post(
Expand Down

0 comments on commit 03d215d

Please sign in to comment.