Fix tests
[gitmo/Mouse.git] / t / 020_attributes / 015_attribute_traits.t
index 9d89cf5..01e9741 100644 (file)
@@ -25,7 +25,7 @@ use Test::Mouse;
 
         $self->associated_class->add_method(
             $self->alias_to,
-            sub { shift->$reader(@_) },
+            $reader,
         );
     };
 }