comment update
[gitmo/MooseX-UndefTolerant.git] / t / constructor.t
index 96b27a2..62e8d69 100644 (file)
@@ -1,9 +1,6 @@
 use Test::More tests => 14;
 use Test::Fatal;
 
-# TODO: this test should be renamed constructor.t, since all it tests is
-# UT behaviour during construction.
-
 {
     package Foo;
     use Moose;