Skip to content

Commit 2a5e607

Browse files
Aaron Trevenadveeden
Aaron Trevena
authored andcommitted
fix test plan count
1 parent 335943a commit 2a5e607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/15reconnect.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ eval {$dbh = DBI->connect($test_dsn, $test_user, $test_password,
1616
if ($@) {
1717
plan skip_all => "no database connection";
1818
}
19-
plan tests => 13 * 2;
19+
plan tests => 28;
2020

2121
for my $mysql_server_prepare (0, 1) {
2222
$dbh= DBI->connect("$test_dsn;mysql_server_prepare=$mysql_server_prepare;mysql_server_prepare_disable_fallback=1", $test_user, $test_password,

0 commit comments

Comments
 (0)