X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F007_false.t;h=303565188fa34a8393bb8da4527ced39135f1999;hb=e7ab79ca765efcb3df717030c47c0e01c2cf3f18;hp=fbd80f193938a2173d47b6f369c2e42a7d02fba4;hpb=81a84db6ebe5ec540d0035fc6d1104cc49c81e25;p=gitmo%2FMooseX-Storage.git diff --git a/t/007_false.t b/t/007_false.t index fbd80f1..3035651 100644 --- a/t/007_false.t +++ b/t/007_false.t @@ -28,9 +28,9 @@ BEGIN { boolean => 0, ); isa_ok( $foo, 'Foo' ); - + is($foo->boolean, 0, '... got the right boolean value'); - + cmp_deeply( $foo->pack, { @@ -50,7 +50,7 @@ BEGIN { number => 0, string => '', boolean => 0, - } + } ); isa_ok( $foo, 'Foo' );