X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F402-attribute-application.t;h=e4745c5f36240bd6bfa0d53babe19e685cd9cbe4;hb=0421f7e08cdd6c6ed5b8dd9435109c88070c23f8;hp=cfd025698d248511c732df82cc7df07bfefe6f83;hpb=11d415286701d3b51e517cb6826138808967cb89;p=gitmo%2FMouse.git diff --git a/t/402-attribute-application.t b/t/402-attribute-application.t index cfd0256..e4745c5 100644 --- a/t/402-attribute-application.t +++ b/t/402-attribute-application.t @@ -16,7 +16,7 @@ do { no Mouse::Role; }; -is(Role->meta->get_attribute('attr')->default, 'Role'); +is(Role->meta->get_attribute('attr')->{default}, 'Role'); do { package Class;