X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F20_union_with_string_type.t;h=8147f8629f236d247ab8109c96088c74b1238ff4;hb=a344ca961b0a3507cfb5a4fc142c3d89c0bea1c7;hp=2b0bdfa0f7fc8ec41707eaccade05642024d8a1b;hpb=2cfcf7c60ec6fe03bc0ba6de76ec4add366aeef4;p=gitmo%2FMooseX-Types.git diff --git a/t/20_union_with_string_type.t b/t/20_union_with_string_type.t index 2b0bdfa..8147f86 100644 --- a/t/20_union_with_string_type.t +++ b/t/20_union_with_string_type.t @@ -2,7 +2,7 @@ use strict; use warnings; -use Test::More tests => 14; +use Test::More; my $exception; { @@ -48,3 +48,5 @@ my $exception; Test::More::ok !Test3->check({a=>1}), 'fails wrong ref type'; Test::More::ok Test3->check($obj), 'Union allows Object'; } + +done_testing();