X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F00-load.t;h=0fb6c2b9d9721c5bd768f7c38e035b35781113f5;hb=e327145a28e604d78256c8cab89c2b9e578d59da;hp=9c2696bdf66c3420f16710c6a8a690e7e94ebfc8;hpb=65748864062f4fca6f1e4c538b3079eb55c8ddff;p=gitmo%2FMooseX-Types-Structured.git diff --git a/t/00-load.t b/t/00-load.t index 9c2696b..0fb6c2b 100644 --- a/t/00-load.t +++ b/t/00-load.t @@ -1,9 +1,8 @@ use strict; use warnings; -use Test::More tests=>1; +use Test::More tests=>2; ## List all the modules we want to make sure can at least compile - use_ok 'MooseX::Meta::TypeConstraint::Structured'; - +use_ok 'MooseX::Types::Structured'; \ No newline at end of file