From 3941044e9667b86abb2e9f24040bc2ffb317bbf4 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 Signed-off-by: Katrin Fischer --- 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 8805878b57..9c14a0f63d 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