From: Karen Etheridge Date: Sun, 25 Mar 2012 01:41:30 +0000 (-0700) Subject: fix typo - was testing the wrong class here and missing an important test case X-Git-Tag: 0.13~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-UndefTolerant.git;a=commitdiff_plain;h=aeb57613366fe3838ccfbd5b41952a3d8c1b3ce4 fix typo - was testing the wrong class here and missing an important test case --- diff --git a/t/lib/ConstructorTests.pm b/t/lib/ConstructorTests.pm index 691cdc2..b36fd0d 100644 --- a/t/lib/ConstructorTests.pm +++ b/t/lib/ConstructorTests.pm @@ -101,7 +101,7 @@ sub do_tests note ''; note 'Testing class with the entire ', - (Foo->meta->is_immutable ? 'im' : '') . 'mutable ', + (Bar->meta->is_immutable ? 'im' : '') . 'mutable ', 'class being UndefTolerant'; { my $obj = Bar->new;