From 8a89e757cce615f4ded05d4b784150a12a272431 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Tue, 24 Jan 2023 16:50:39 +0000 Subject: [PATCH] Bug 30624: Adjust number of tests --- t/db_dependent/Auth.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Auth.t b/t/db_dependent/Auth.t index 8805878b57d..9c14a0f63dd 100755 --- a/t/db_dependent/Auth.t +++ b/t/db_dependent/Auth.t @@ -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 } }); -- 2.30.2