X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faggregate%2Funit_core_component_mro.t;h=3b0fae624e27dc8f7efd7c3d3d1e94882f82a64b;hb=48e17d2615b1371d75d96a52a8ec17dca83ae007;hp=8e9a064bf5840ab016218e8835036cfbb62746e1;hpb=5d50f369bffa3625ca983b72fc8bc013c8a1e802;p=catagits%2FCatalyst-Runtime.git diff --git a/t/aggregate/unit_core_component_mro.t b/t/aggregate/unit_core_component_mro.t index 8e9a064..3b0fae6 100644 --- a/t/aggregate/unit_core_component_mro.t +++ b/t/aggregate/unit_core_component_mro.t @@ -1,4 +1,4 @@ -use Test::More tests => 1; +use Test::More; use strict; use warnings; @@ -27,3 +27,4 @@ my $warn = ''; like($warn, qr/after Catalyst::Component in MyApp::Component/, 'correct warning thrown'); +done_testing;