From d02ec292352e84e2776fdd3f94823e5b7e21529b Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sun, 2 Oct 2022 20:55:16 +0000 Subject: [PATCH] Bug 24860: (QA follow-up) Fix number of tests in t/db_dependent/Koha/Holds.t --- t/db_dependent/Koha/Holds.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Koha/Holds.t b/t/db_dependent/Koha/Holds.t index 1ab51b1ade..2c692ec522 100755 --- a/t/db_dependent/Koha/Holds.t +++ b/t/db_dependent/Koha/Holds.t @@ -19,7 +19,7 @@ use Modern::Perl; -use Test::More tests => 8; +use Test::More tests => 9; use Test::Warn; use C4::Circulation qw( AddIssue ); -- 2.30.2