Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kkinder committed Aug 10, 2024
1 parent b38e301 commit 3632787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_router.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def test_add_route_unnamed(self):
class UnnamedPage(Page):
pass

self.router.add_route("/test_unmaed/:id", UnnamedPage)
self.router.add_route("/test_named/:id", UnnamedPage)
route = self.router.routes[0]
self.assertEqual(route.name, "unnamed_page")

Expand Down

0 comments on commit 3632787

Please sign in to comment.