Skip to content

Commit 21a5e4c

Browse files
committed
test: fix typo
1 parent 5013327 commit 21a5e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/openapi-fetch/test/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1296,7 +1296,7 @@ describe("client", () => {
12961296
expect(req.headers.get("onRequest")).toBe("exists");
12971297
});
12981298

1299-
it("baseUrl can be overriden", async () => {
1299+
it("baseUrl can be overridden", async () => {
13001300
useMockRequestHandler({
13011301
baseUrl: "https://api.foo.bar/v1/",
13021302
method: "get",

0 commit comments

Comments
 (0)