adding metaclass alias
[gitmo/MooseX-Storage.git] / t / 004_w_cycles.t
index 3cb3a0b..cca0e22 100644 (file)
@@ -70,7 +70,7 @@ This test demonstrates two things:
     );
     
     has 'parent' => (
-        metaclass => 'MooseX::Storage::Meta::Attribute::DoNotSerialize',
+        metaclass => 'DoNotSerialize',
         is        => 'rw', 
         isa       => 'Tree',
     );