renamed helper_type => _helper_type
[gitmo/Moose.git] / t / 070_attribute_helpers / 207_trait_string.t
index 69646dc..d0646b2 100644 (file)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 21;
+use Test::More tests => 20;
 use Test::Moose 'does_ok';
 
 BEGIN {
@@ -90,8 +90,6 @@ is($page->string, '', "clear");
 my $string = $page->meta->get_attribute('string');
 does_ok($string, 'Moose::AttributeHelpers::Trait::String');
 
-is($string->helper_type, 'Str', '... got the expected helper type');
-
 is($string->type_constraint->name, 'Str', '... got the expected type constraint');
 
 is_deeply($string->handles, {