Skip to content

Commit 171a8c5

Browse files
committed
Pass router to make test pass
1 parent 0a2aed3 commit 171a8c5

File tree

1 file changed

+1
-1
lines changed
  • apps/components_guide_web/lib/components_guide_web/templates/text

1 file changed

+1
-1
lines changed

apps/components_guide_web/lib/components_guide_web/templates/text/index.html.eex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<span><%= link "Write", to: Routes.text_path(@conn, :new) %></span>
44

5-
<%= live_render(@conn, ComponentsGuideWeb.ActivityLive, session: %{}) %>
5+
<%= live_render(@conn, ComponentsGuideWeb.ActivityLive, session: %{}, router: ComponentsGuideWeb.Router ) %>
66

77
<table>
88
<thead>

0 commit comments

Comments
 (0)