summaryrefslogtreecommitdiffstats
path: root/t/33-constructor-name.t
diff options
context:
space:
mode:
Diffstat (limited to 't/33-constructor-name.t')
-rw-r--r--t/33-constructor-name.t1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/33-constructor-name.t b/t/33-constructor-name.t
index ef46338..abe367d 100644
--- a/t/33-constructor-name.t
+++ b/t/33-constructor-name.t
@@ -18,7 +18,6 @@ use Test::Moose;
has bar => (
is => 'ro',
isa => 'Bar',
- class => 'Bar',
constructor_name => 'create',
);
}