X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F070_native_traits%2F203_trait_hash.t;fp=t%2F070_native_traits%2F203_trait_hash.t;h=1b621b5b9899953a03982781da8b1305ae3ba062;hb=a28e50e44945358d15eb19e4688573741a319fe0;hp=a7d77f42150639b4d520edf02ed2114bbb51e3ed;hpb=1b806c9945d6c57dca3805ae7924571df08aec03;p=gitmo%2FMoose.git diff --git a/t/070_native_traits/203_trait_hash.t b/t/070_native_traits/203_trait_hash.t index a7d77f4..1b621b5 100644 --- a/t/070_native_traits/203_trait_hash.t +++ b/t/070_native_traits/203_trait_hash.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More tests => 46; +use Test::More; use Test::Exception; use Test::Moose 'does_ok'; @@ -181,3 +181,5 @@ is_deeply( }, '... got the right hash elements' ); + +done_testing;