mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-25 13:46:22 +00:00
fix a couple of plan counts
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user