Standardize use of Test::Exception before converting to Test::Fatal
[gitmo/Moose.git] / t / 040_type_constraints / 004_util_find_type_constraint.t
index 8fe6a6b..0f2773d 100644 (file)
@@ -3,8 +3,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 18;
-use Test::Exception;
+use Test::More;
 
 BEGIN {
     use_ok('Moose::Util::TypeConstraints');
@@ -36,3 +35,5 @@ foreach my $type_name (qw(
 
 # TODO:
 # add tests for is_subtype_of which confirm the hierarchy
+
+done_testing;