From 9d0ccf26f62f81ed4c31f6b2b342d4ba8663b40a Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Fri, 1 Aug 2025 16:10:31 +0000 Subject: [PATCH] Bug 31698: Adjust number of tests --- t/db_dependent/Koha/Hold.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Koha/Hold.t b/t/db_dependent/Koha/Hold.t index 71dbc566277..278879b87e0 100755 --- a/t/db_dependent/Koha/Hold.t +++ b/t/db_dependent/Koha/Hold.t @@ -20,7 +20,7 @@ use Modern::Perl; use Test::NoWarnings; -use Test::More tests => 16; +use Test::More tests => 17; use Test::Exception; use Test::MockModule; -- 2.39.5