From 248f81ab49dee42c66a046aaf359e8e7d9cfb189 Mon Sep 17 00:00:00 2001 From: Victor Grousset/tuxayo Date: Fri, 19 Jul 2024 03:31:38 +0200 Subject: [PATCH] Bug 28762: (QA follow-up): fix number of tests Signed-off-by: Nick Clemens Signed-off-by: Martin Renvoize (cherry picked from commit a5710c49dbcf7127ed19bb497ab0cf9e48d90b54) Signed-off-by: Lucas Gass --- t/db_dependent/Koha/Item.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Koha/Item.t b/t/db_dependent/Koha/Item.t index d1d85dac72..7be72be497 100755 --- a/t/db_dependent/Koha/Item.t +++ b/t/db_dependent/Koha/Item.t @@ -20,7 +20,7 @@ use Modern::Perl; use utf8; -use Test::More tests => 35; +use Test::More tests => 36; use Test::Exception; use Test::MockModule; -- 2.39.5