Remove some extra code that made the test not test what it should be testing
Dave Rolsky [Thu, 26 Feb 2009 15:57:15 +0000 (15:57 +0000)]
t/040_type_constraints/005_util_type_coercion.t

index 0e0b732..e4a0492 100644 (file)
@@ -53,7 +53,6 @@ foreach my $coercion (
     $anon_type->coercion
     ) {
 
-    my $coercion = find_type_constraint('Header')->coercion;
     isa_ok($coercion, 'Moose::Meta::TypeCoercion');
     
     {