From: Shawn M Moore Date: Fri, 16 May 2008 16:16:48 +0000 (+0000) Subject: Fix a script's test count X-Git-Tag: 0_55~172 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d7a42e540f11d020751194216ab55492365297e2;p=gitmo%2FMoose.git Fix a script's test count --- diff --git a/t/020_attributes/020_trigger_and_coerce.t b/t/020_attributes/020_trigger_and_coerce.t index 73de6de..712cacf 100644 --- a/t/020_attributes/020_trigger_and_coerce.t +++ b/t/020_attributes/020_trigger_and_coerce.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More tests => 9; +use Test::More tests => 12; use Test::Exception; BEGIN { @@ -56,8 +56,3 @@ ok(Mortgage->meta->is_immutable, '... Mortgage is now immutable'); isa_ok($mtg->closing_date, 'Fake::DateTime'); } - - - - -