fix typo - was testing the wrong class here and missing an important test case
[gitmo/MooseX-UndefTolerant.git] / t / lib / ConstructorTests.pm
index 691cdc2..b36fd0d 100644 (file)
@@ -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;