Bug 30624: Adjust number of tests
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
b120dffdcb
commit
1b6cd0c703
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ $schema->storage->txn_begin;
|
||||||
|
|
||||||
subtest 'checkauth() tests' => sub {
|
subtest 'checkauth() tests' => sub {
|
||||||
|
|
||||||
plan tests => 7;
|
plan tests => 8;
|
||||||
|
|
||||||
my $patron = $builder->build_object({ class => 'Koha::Patrons', value => { flags => undef } });
|
my $patron = $builder->build_object({ class => 'Koha::Patrons', value => { flags => undef } });
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue