Skip to content

Commit

Permalink
Fix unit test (#11115)
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 authored Dec 13, 2023
1 parent c292bdb commit 87d5d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-router/__tests__/useResolvedPath-test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ describe("useResolvedPath", () => {
routes: (
<Route path="/foo">
<Route
path=":param/*"
path=":param"
element={
<Component desc='<Route path="/foo"><Route path=":param" />' />
}
Expand Down

0 comments on commit 87d5d61

Please sign in to comment.