From 54e4ec483c81f604e6e57bdba549b9c92147d256 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 Signed-off-by: Peter Moore --- 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 930ee8f1eec..dd33d89b858 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