From b28c805bb1963fbb4a09b97b4a7dc10a2030ba2d Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Tue, 23 Sep 2025 19:06:33 +0000 Subject: [PATCH] Bug 23260: Adjust number of tests --- t/db_dependent/Koha/Patrons.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Koha/Patrons.t b/t/db_dependent/Koha/Patrons.t index 59a77fbcc94..0e5d6827ad3 100755 --- a/t/db_dependent/Koha/Patrons.t +++ b/t/db_dependent/Koha/Patrons.t @@ -20,7 +20,7 @@ use Modern::Perl; use Test::NoWarnings; -use Test::More tests => 47; +use Test::More tests => 48; use Test::Warn; use Test::Exception; use Test::MockModule; -- 2.39.5