Deprecate _default_is and _default_default for native traits.
[gitmo/Moose.git] / t / 040_type_constraints / 004_util_find_type_constraint.t
index 4b6e764..63c9d02 100644 (file)
@@ -3,11 +3,11 @@
 use strict;
 use warnings;
 
-use Test::More tests => 18;
+use Test::More;
 use Test::Exception;
 
 BEGIN {
-       use_ok('Moose::Util::TypeConstraints');
+    use_ok('Moose::Util::TypeConstraints');
 }
 
 foreach my $type_name (qw(
@@ -35,4 +35,6 @@ foreach my $type_name (qw(
 }
 
 # TODO:
-# add tests for is_subtype_of which confirm the hierarchy
\ No newline at end of file
+# add tests for is_subtype_of which confirm the hierarchy
+
+done_testing;