Skip to content

Commit

Permalink
Fix test description
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Dec 4, 2023
1 parent 1ea2b78 commit 8925423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/router/__tests__/router-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2790,7 +2790,7 @@ describe("a router", () => {
expect(t.router.state.loaderData.test.toString()).toBe("a=1&b=2");
});

it("handles errors thrown from unwrapResponse at the proper boundary", async () => {
it("handles errors thrown from decodeResponse at the proper boundary", async () => {
let t = setup({
routes: [
{
Expand Down

0 comments on commit 8925423

Please sign in to comment.