X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F020_attributes%2F014_misc_attribute_coerce_lazy.t;fp=t%2F020_attributes%2F014_misc_attribute_coerce_lazy.t;h=ccd88831ca4f8baeb91d03b96206f00ddf42c64c;hb=9864f0e4ba233c5f30ad6dc7c484ced43d883d27;hp=7ecfbd632d1d5158972c9e544534514fcdd49a39;hpb=8845df4dd6432e3164d078ade741409061adae9f;p=gitmo%2FMouse.git diff --git a/t/020_attributes/014_misc_attribute_coerce_lazy.t b/t/020_attributes/014_misc_attribute_coerce_lazy.t index 7ecfbd6..ccd8883 100644 --- a/t/020_attributes/014_misc_attribute_coerce_lazy.t +++ b/t/020_attributes/014_misc_attribute_coerce_lazy.t @@ -1,12 +1,9 @@ #!/usr/bin/perl -# This is automatically generated by author/import-moose-test.pl. -# DO NOT EDIT THIS FILE. ANY CHANGES WILL BE LOST!!! -use t::lib::MooseCompat; use strict; use warnings; -use Test::More; +use Test::More tests => 2; use Test::Exception; @@ -50,4 +47,5 @@ lives_ok { $r->headers; } '... this coerces and passes the type constraint even with lazy'; -done_testing; + +