X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F004_w_cycles.t;h=92fc210c8c1eecd7b9a4dd6320276cfc8f6e567d;hb=06a66732eb48842ce6bea1259cf4570cc34d99ff;hp=3cb3a0b16f7b6b17968bf78e5ee172fc9146b727;hpb=b430caa3fe1898fd40d743f5ff1347b7df9671f2;p=gitmo%2FMooseX-Storage.git diff --git a/t/004_w_cycles.t b/t/004_w_cycles.t index 3cb3a0b..92fc210 100644 --- a/t/004_w_cycles.t +++ b/t/004_w_cycles.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More no_plan => 1; +use Test::More tests => 12; use Test::Exception; BEGIN { @@ -70,7 +70,7 @@ This test demonstrates two things: ); has 'parent' => ( - metaclass => 'MooseX::Storage::Meta::Attribute::DoNotSerialize', + metaclass => 'DoNotSerialize', is => 'rw', isa => 'Tree', );