Bug 24860: (QA follow-up) Fix number of tests in t/db_dependent/Koha/Holds.t

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Katrin Fischer 2022-10-02 20:55:16 +00:00 committed by Tomas Cohen Arazi
parent d7537b40ab
commit d10c2fdb3c
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -19,7 +19,7 @@
use Modern::Perl; use Modern::Perl;
use Test::More tests => 8; use Test::More tests => 9;
use Test::Warn; use Test::Warn;
use C4::Circulation qw( AddIssue ); use C4::Circulation qw( AddIssue );