X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F15_recursion.t;h=4bafb43ca711a406f3829dc6927144c87383e3e8;hb=a344ca961b0a3507cfb5a4fc142c3d89c0bea1c7;hp=6d81b73db42b42cbc0a027967608bce93c1c00df;hpb=2cfcf7c60ec6fe03bc0ba6de76ec4add366aeef4;p=gitmo%2FMooseX-Types.git diff --git a/t/15_recursion.t b/t/15_recursion.t index 6d81b73..4bafb43 100644 --- a/t/15_recursion.t +++ b/t/15_recursion.t @@ -20,7 +20,7 @@ BEGIN { package MooseX::Types::Test::Recursion::TestRunner; BEGIN { - use Test::More tests=>5; + use Test::More; ## Grab the newly created test type constraint MooseX::Types::Test::Recursion->import(':all'); @@ -48,10 +48,6 @@ BEGIN { ok ! RecursiveHashRef->check({key=>{subkey=>"value",subkey2=>{ssubkey=>[1,2,3]}}}) => 'Properly invalidates bad value deeply'; -} - - - - - + done_testing; +}