Skip to content

Commit 03d215d

Browse files
committed
chore: correct test names
1 parent 0081f26 commit 03d215d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/plantae/src/fetch/createFetch.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { base, Status } from "../test/utils";
55
import { server } from "../test/worker";
66
import createFetch from "./createFetch";
77

8-
describe("createAxiosInterceptors", () => {
8+
describe("createFetch", () => {
99
it("can modify request body", async () => {
1010
server.use(
1111
http.post(

packages/plantae/src/ky/createKyHooks.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { base, baseURL, Status } from "../test/utils";
66
import { server } from "../test/worker";
77
import createKyHooks from "./createKyHooks";
88

9-
describe("createkyInterceptors", () => {
9+
describe("createKyHooks", () => {
1010
it("can modify request body", async () => {
1111
server.use(
1212
http.post(

0 commit comments

Comments
 (0)