X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F002_basic_w_subtypes.t;h=16bad20f509ae8507b41a63aba245cb873294b23;hb=b5f363acfcf077778dd4f3b59460a0cbb9e51400;hp=e468ca8bd3eb51dbfd2228dcb650162f746a9770;hpb=ba5bba75ba0c4f8af075e95ce3b00e5376bedf5c;p=gitmo%2FMooseX-Storage.git diff --git a/t/002_basic_w_subtypes.t b/t/002_basic_w_subtypes.t index e468ca8..16bad20 100644 --- a/t/002_basic_w_subtypes.t +++ b/t/002_basic_w_subtypes.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More no_plan => 1; +use Test::More tests => 11; BEGIN { use_ok('MooseX::Storage');