diff --git a/t/30-integration/Moose/native-attribute-traits.t b/t/30-integration/Moose/native-attribute-traits.t index eff7c42ef..8759cead1 100644 --- a/t/30-integration/Moose/native-attribute-traits.t +++ b/t/30-integration/Moose/native-attribute-traits.t @@ -252,7 +252,7 @@ with_immutable }; } - my %subtests = ( + %subtests = ( MyHashes2 => "Hash trait with types HashRef[InstanceOf] and Map[Int,InstanceOf]; and coercion", MyHashes3 => "Hash trait with types HashRef[InstanceOf] and Map[Int,InstanceOf]; and coercion and subtyping", ); @@ -305,4 +305,4 @@ with_immutable Mini::Milk ); -done_testing; \ No newline at end of file +done_testing;