Fix number of tests.

This commit is contained in:
Daniel Nichter
2012-03-06 13:16:42 -07:00
parent 9e79d0c151
commit b5160b4b71

View File

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