From: Robert Boone Date: Fri, 20 Jul 2007 21:31:57 +0000 (+0000) Subject: Correct number of tests X-Git-Tag: 0_07~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Storage.git;a=commitdiff_plain;h=e51e487dbbabe04b494a258ab0f99f4647e99e37 Correct number of tests --- diff --git a/t/030_with_checksum.t b/t/030_with_checksum.t index fc655e2..a87a163 100644 --- a/t/030_with_checksum.t +++ b/t/030_with_checksum.t @@ -10,7 +10,7 @@ use Test::Deep; BEGIN { eval "use Digest; use Digest::SHA1"; plan skip_all => "Digest and Digest::SHA1 is required for this test" if $@; - plan tests => 26; + plan tests => 25; use_ok('MooseX::Storage'); }