fix a couple of plan counts

This commit is contained in:
Baron Schwartz
2012-06-03 15:53:59 -04:00
parent 87c8240369
commit a514b3870a
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ if ( !$dbh ) {
plan skip_all => 'Cannot connect to sandbox master';
}
else {
plan tests => 9;
plan tests => 8;
}
$sb->wipe_clean($dbh);

View File

@@ -24,7 +24,7 @@ if ( !$dbh ) {
plan skip_all => "Cannot connect to master sandbox";
}
else {
plan tests => 6;
plan tests => 5;
}
my $output = "";