X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Fcustom_live_component_controller_action_auto_doublebug.t;h=b1417a0ed4a88bb54e5c9c8c6c0d273194aa77d4;hp=f5960ef2d9cc0194df54c1d39b0a662e16f3089a;hb=cf013d38de7a842c70c9d237a9ee3c18f0a42948;hpb=a0a66cb803a6ba6c0920c487e9c5d7fa148b7ec3 diff --git a/t/custom_live_component_controller_action_auto_doublebug.t b/t/custom_live_component_controller_action_auto_doublebug.t index f5960ef..b1417a0 100644 --- a/t/custom_live_component_controller_action_auto_doublebug.t +++ b/t/custom_live_component_controller_action_auto_doublebug.t @@ -32,9 +32,9 @@ sub run_tests { { my @expected = qw[ - TestAppDoubleAutoBug->auto - TestAppDoubleAutoBug->default - TestAppDoubleAutoBug->end + TestAppDoubleAutoBug::Controller::Root->auto + TestAppDoubleAutoBug::Controller::Root->default + TestAppDoubleAutoBug::Controller::Root->end ]; my $expected = join( ", ", @expected );