wrong expected result
[catagits/Catalyst-Runtime.git] / t / aggregate / unit_core_component.t
index 62785ea..1e63375 100644 (file)
@@ -27,7 +27,7 @@ is_deeply([ TestAppComponent->comp('Foo') ], \@complist, 'Fallthrough return ok'
         no warnings 'redefine';
         local *Catalyst::Log::warn = sub { $warnings++ };
 
-        is_deeply( [ TestAppComponent->comp('::M::Model') ], \@complist, 'no reulsts for regexp fallback');
+        is_deeply( [ TestAppComponent->comp('::M::Model$') ], \@complist, 'no results for regexp fallback');
         ok( $warnings, 'regexp fallback warnings' );
     }