Update the test plan for t/pt-log-player/issue_903.t

This commit is contained in:
Brian Fraser fraserb@gmail.com
2012-06-03 21:41:24 -03:00
parent 129c37c8b6
commit f029baa263

View File

@@ -23,7 +23,7 @@ if ( !$dbh ) {
plan skip_all => 'Cannot connect to sandbox master';
}
else {
plan tests => 4;
plan tests => 3;
}
# #############################################################################