X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F070_native_traits%2F203_trait_hash.t;h=ef93bc4d4da5117496c0e6055516df2bfa46e528;hb=bb023e1502c774e259e935cf15d390db67e10f9c;hp=3af65b59d3ef54f8fcbcd52119fa3d03c064f7fc;hpb=32a1dc89aa0691a28ac39820648fc0d2960d6cd4;p=gitmo%2FMoose.git diff --git a/t/070_native_traits/203_trait_hash.t b/t/070_native_traits/203_trait_hash.t index 3af65b5..ef93bc4 100644 --- a/t/070_native_traits/203_trait_hash.t +++ b/t/070_native_traits/203_trait_hash.t @@ -19,7 +19,7 @@ use Test::Moose 'does_ok'; handles => { 'set_option' => 'set', 'get_option' => 'get', - 'has_no_options' => 'empty', + 'has_no_options' => 'is_empty', 'num_options' => 'count', 'clear_options' => 'clear', 'delete_option' => 'delete', @@ -148,7 +148,7 @@ is_deeply( { 'set_option' => 'set', 'get_option' => 'get', - 'has_no_options' => 'empty', + 'has_no_options' => 'is_empty', 'num_options' => 'count', 'clear_options' => 'clear', 'delete_option' => 'delete',