clean undef-tolerant and undefined args in BUILDARGS
[gitmo/MooseX-UndefTolerant.git] / t / constructor.t
index 810f3f9..594fe3b 100644 (file)
@@ -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;