From: Dave Rolsky Date: Thu, 26 Feb 2009 15:57:15 +0000 (+0000) Subject: Remove some extra code that made the test not test what it should be testing X-Git-Tag: 0.72_01~93 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=844f32e85796e06d10903e6aea34672dfff8981b;p=gitmo%2FMoose.git Remove some extra code that made the test not test what it should be testing --- diff --git a/t/040_type_constraints/005_util_type_coercion.t b/t/040_type_constraints/005_util_type_coercion.t index 0e0b732..e4a0492 100644 --- a/t/040_type_constraints/005_util_type_coercion.t +++ b/t/040_type_constraints/005_util_type_coercion.t @@ -53,7 +53,6 @@ foreach my $coercion ( $anon_type->coercion ) { - my $coercion = find_type_constraint('Header')->coercion; isa_ok($coercion, 'Moose::Meta::TypeCoercion'); {