Fix a script's test count
Shawn M Moore [Fri, 16 May 2008 16:16:48 +0000 (16:16 +0000)]
t/020_attributes/020_trigger_and_coerce.t

index 73de6de..712cacf 100644 (file)
@@ -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');
 }
 
-
-
-
-
-