Bug 24860: (QA follow-up) Fix number of tests in t/db_dependent/Koha/Holds.t
authorKatrin Fischer <katrin.fischer.83@web.de>
Sun, 2 Oct 2022 20:55:16 +0000 (20:55 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 4 Nov 2022 22:39:57 +0000 (19:39 -0300)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
t/db_dependent/Koha/Holds.t

index 1ab51b1..2c692ec 100755 (executable)
@@ -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 );