PT 3.0.12 fixes tests

This commit is contained in:
Carlos Salguero
2018-09-10 16:31:01 -03:00
parent 11695b5b5c
commit df20b8af28
3 changed files with 4 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ my $dbh = $sb->get_dbh_for('master');
if ( !$dbh ) {
plan skip_all => 'Cannot connect to sandbox master';
} else {
plan tests => 60;
plan tests => 62;
}
my $q = new Quoter();
@@ -974,6 +974,7 @@ like(
open STDERR, '>', \$output;
$ni->_d('Complete test coverage');
}
like(
$output,
qr/Complete test coverage/,