Skip to content

Commit 153c054

Browse files
committed
Fix test
1 parent d849944 commit 153c054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/router/__tests__/router-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9051,7 +9051,7 @@ describe("a router", () => {
90519051
});
90529052
expect(A.fetcher).toBe(IDLE_FETCHER);
90539053
expect(t.router.state.errors).toEqual({
9054-
index: new ErrorResponse(
9054+
root: new ErrorResponse(
90559055
400,
90569056
"Bad Request",
90579057
new Error("Unable to encode submission body"),

0 commit comments

Comments
 (0)