Whoops
Peter Rabbitson [Tue, 30 Jun 2009 15:39:58 +0000 (15:39 +0000)]
t/prefetch/standard.t

index b155601..72426ee 100644 (file)
@@ -11,7 +11,7 @@ use IO::File;
 my $schema = DBICTest->init_schema();
 my $orig_debug = $schema->storage->debug;
 
-plan tests => 45;
+plan tests => 44;
 
 my $queries = 0;
 $schema->storage->debugcb(sub { $queries++; });