From b5148b0a5ea21a453f0fa1ee3363e945c23dc2da Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Mon, 31 Mar 2025 14:42:55 +0000 Subject: [PATCH] Bug 37334: Adjust number of tests in Items.t --- t/db_dependent/Koha/Items.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Koha/Items.t b/t/db_dependent/Koha/Items.t index 02bdc9c2ab2..9e8cc907689 100755 --- a/t/db_dependent/Koha/Items.t +++ b/t/db_dependent/Koha/Items.t @@ -20,7 +20,7 @@ use Modern::Perl; use Test::NoWarnings; -use Test::More tests => 27; +use Test::More tests => 28; use Test::MockModule; use Test::Exception; -- 2.39.5