updated the test
[catagits/Catalyst-Runtime.git] / t / live_show_internal_actions_warnings.t
index 0fe6ea3..e59d5d0 100644 (file)
@@ -20,6 +20,7 @@ my $last_warning;
     local $SIG{__WARN__} = sub { $last_warning = shift };
     my $res = get('/');
 }
+
 is( $last_warning, undef, 'there should be no warnings about uninitialized value' );
 
 done_testing;