Skip to content

Commit 87d5d61

Browse files
authored
Fix unit test (#11115)
1 parent c292bdb commit 87d5d61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-router/__tests__/useResolvedPath-test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ describe("useResolvedPath", () => {
258258
routes: (
259259
<Route path="/foo">
260260
<Route
261-
path=":param/*"
261+
path=":param"
262262
element={
263263
<Component desc='<Route path="/foo"><Route path=":param" />' />
264264
}

0 commit comments

Comments
 (0)