mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 06:08:38 -04:00
fix the number of tests for ancient DBI
This commit is contained in:
parent
315b86627d
commit
47c115cae2
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ use SQLiteTest qw/connect_ok @CALL_FUNCS/;
|
|||
use Test::More;
|
||||
use DBD::SQLite::Constants qw/SQLITE_LIMIT_VARIABLE_NUMBER/;
|
||||
|
||||
plan tests => 14;
|
||||
plan tests => 7 * @CALL_FUNCS;
|
||||
|
||||
for my $func (@CALL_FUNCS) {
|
||||
my $dbh = connect_ok(PrintError => 0, RaiseError => 1);
|
||||
|
|
Loading…
Add table
Reference in a new issue