@@ -31,7 +31,6 @@ defmodule Phoenix.LiveViewTest.Support.Router do
3131 live "/clock" , ClockLive
3232 live "/redir" , RedirLive
3333 live "/elements" , ElementsLive
34- live "/inner_block" , InnerLive
3534
3635 live "/render-with" , RenderWithLive
3736 live "/same-child" , SameChildLive
@@ -67,7 +66,7 @@ defmodule Phoenix.LiveViewTest.Support.Router do
6766 live "/router/foobarbaz/nested/index" , FooBarLive.Nested.Index , :index
6867 live "/router/foobarbaz/nested/show" , FooBarLive.Nested.Index , :show
6968 live "/router/foobarbaz/custom" , FooBarLive , :index , as: :custom_foo_bar
70- live "/router/foobarbaz/with_live" , Phoenix.LiveViewTest.Support. Live.Nested.Module, :action
69+ live "/router/foobarbaz/with_live" , Live.Nested.Module , :action
7170 live "/router/foobarbaz/nosuffix" , NoSuffix , :index , as: :custom_route
7271
7372 # integration layout
@@ -115,7 +114,6 @@ defmodule Phoenix.LiveViewTest.Support.Router do
115114 # integration lifecycle
116115 live "/lifecycle" , HooksLive
117116 live "/lifecycle/bad-mount" , HooksLive.BadMount
118- live "/lifecycle/own-mount" , HooksLive.OwnMount
119117 live "/lifecycle/halt-mount" , HooksLive.HaltMount
120118 live "/lifecycle/redirect-cont-mount" , HooksLive.RedirectMount , :cont
121119 live "/lifecycle/redirect-halt-mount" , HooksLive.RedirectMount , :halt
0 commit comments