Skip to content

Commit

Permalink
tests: fix parent route in benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
schiller-manuel committed Sep 27, 2024
1 parent a42deba commit 332c51e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-router/tests/link.bench.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const createRouterRenderer =
})
const paramRoutes = Array.from({ length: routesCount }).map((_, i) =>
createRoute({
getParentRoute: () => indexRoute,
getParentRoute: () => rootRoute,
path: `/params/$param${i}`,
}),
)
Expand Down

0 comments on commit 332c51e

Please sign in to comment.