X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fconstructor.t;fp=t%2Fconstructor.t;h=594fe3b182c408bd006a65c45e46a8b5413f99c7;hb=15d560276ffd95bfb338efcdb9ea1e5a1492d445;hp=810f3f91f4e5768dc5260c9a43aff5ac435505cb;hpb=d51609fc5a877b948e17dfeb329a73b103e226be;p=gitmo%2FMooseX-UndefTolerant.git diff --git a/t/constructor.t b/t/constructor.t index 810f3f9..594fe3b 100644 --- a/t/constructor.t +++ b/t/constructor.t @@ -9,7 +9,7 @@ use ConstructorTests; with_immutable { ConstructorTests::do_tests() } qw(Foo Bar); -note 'Ran ', Test::More->builder->current_test, ' tests - should have run 56'; +note 'Ran ', Test::More->builder->current_test, ' tests - should have run 110'; done_testing;