X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F070_native_traits%2F202_trait_array.t;h=fc8500f9d0ed9ed0d9a2566ff53b449f183ef5ba;hb=06d16be025b59d5bb71c237c6ab27c6053c2b615;hp=25afb9239d871bd577a7f08ff766d3403f8c3f19;hpb=3c573ca421d4a4e281e8ceb484bb99062e1ebcde;p=gitmo%2FMoose.git diff --git a/t/070_native_traits/202_trait_array.t b/t/070_native_traits/202_trait_array.t index 25afb92..fc8500f 100644 --- a/t/070_native_traits/202_trait_array.t +++ b/t/070_native_traits/202_trait_array.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More tests => 68; +use Test::More; use Test::Exception; use Test::Moose 'does_ok'; @@ -270,3 +270,5 @@ is_deeply( is( $options->type_constraint->type_parameter, 'Str', '... got the right container type' ); + +done_testing;