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:
Lucas Gass 2023-01-24 16:50:39 +00:00 committed by Tomas Cohen Arazi
parent b120dffdcb
commit 1b6cd0c703
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -41,7 +41,7 @@ $schema->storage->txn_begin;
subtest 'checkauth() tests' => sub {
plan tests => 7;
plan tests => 8;
my $patron = $builder->build_object({ class => 'Koha::Patrons', value => { flags => undef } });