X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F070_native_traits%2F100_collection_with_roles.t;h=86547cf88714220fcdb9d6b73e344396073c4720;hb=a28e50e44945358d15eb19e4688573741a319fe0;hp=43ea86ae1076eaf78435b18b8c63c37557943ba6;hpb=1b806c9945d6c57dca3805ae7924571df08aec03;p=gitmo%2FMoose.git diff --git a/t/070_native_traits/100_collection_with_roles.t b/t/070_native_traits/100_collection_with_roles.t index 43ea86a..86547cf 100644 --- a/t/070_native_traits/100_collection_with_roles.t +++ b/t/070_native_traits/100_collection_with_roles.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More tests => 28; +use Test::More; { package Subject; @@ -120,3 +120,5 @@ is( $count->count, -1, 'Negative numbers' ); $count->inc_counter; is( $count->count, 0, 'Back to zero' ); + +done_testing;