X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F003_nocache_flag.t;h=a1ae689db92017f75fcc4db59435c30946794b25;hb=d7a80104bb058373d3685627779a8bd1fd893824;hp=a81b19aaa0a1a8321f5e06beec84f6e56155f285;hpb=df3c7e86e3ace056979d28a5acb2d130fc57ab7c;p=gitmo%2FMooseX-Params-Validate.git diff --git a/t/003_nocache_flag.t b/t/003_nocache_flag.t index a81b19a..a1ae689 100644 --- a/t/003_nocache_flag.t +++ b/t/003_nocache_flag.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More tests => 4; +use Test::More; use Test::Exception; { @@ -36,3 +36,4 @@ lives_ok { } '... successfully applied the parameter validation (look mah no cache) (just checkin)'; +done_testing();