X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Faggregate%2Flive_component_controller_action_detach.t;h=2f43a5355fec3ef01874b927beeb0049c8e0e431;hp=5905596c2024077bce3871209d8cdefa8b04de17;hb=a0a66cb803a6ba6c0920c487e9c5d7fa148b7ec3;hpb=a08216220afae9a832742a5154b96997fef11b26 diff --git a/t/aggregate/live_component_controller_action_detach.t b/t/aggregate/live_component_controller_action_detach.t index 5905596..2f43a53 100644 --- a/t/aggregate/live_component_controller_action_detach.t +++ b/t/aggregate/live_component_controller_action_detach.t @@ -30,7 +30,7 @@ sub run_tests { TestApp::Controller::Action::Detach->one TestApp::Controller::Action::Detach->two TestApp::View::Dump::Request->process - TestApp->end + TestApp::Controller::Root->end ]; my $expected = join( ", ", @expected ); @@ -57,7 +57,7 @@ sub run_tests { TestApp::Controller::Action::Detach->path TestApp::Controller::Action::Detach->two TestApp::View::Dump::Request->process - TestApp->end + TestApp::Controller::Root->end ]; my $expected = join( ", ", @expected );