From c166f9525b5d741bc7e24171686fbd351b1aea0e 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/Item.t | 2 +- t/db_dependent/Koha/Items.t | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/t/db_dependent/Koha/Item.t b/t/db_dependent/Koha/Item.t index b20e3e06d52..e32cc5d09f8 100755 --- a/t/db_dependent/Koha/Item.t +++ b/t/db_dependent/Koha/Item.t @@ -21,7 +21,7 @@ use Modern::Perl; use utf8; use Test::NoWarnings; -use Test::More tests => 39; +use Test::More tests => 40; use Test::Exception; use Test::MockModule; use Test::Warn; 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