From 325005e395cd51adddf3c552dd0152260062d711 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Fri, 10 May 2024 09:03:46 -0300 Subject: [PATCH] Bug 36503: (follow-up) Fix tests count Signed-off-by: Tomas Cohen Arazi --- t/db_dependent/Koha/Auth/Client.t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/t/db_dependent/Koha/Auth/Client.t b/t/db_dependent/Koha/Auth/Client.t index 861371484d7..b3aa115d138 100755 --- a/t/db_dependent/Koha/Auth/Client.t +++ b/t/db_dependent/Koha/Auth/Client.t @@ -39,7 +39,8 @@ my $schema = Koha::Database->new->schema; my $builder = t::lib::TestBuilder->new; subtest 'get_user() tests' => sub { - plan tests => 5; + + plan tests => 4; $schema->storage->txn_begin; -- 2.45.0