From cc571c90ef6328df23120598506199f2627d2dac Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Mon, 5 Oct 2020 10:42:30 +0000 Subject: [PATCH] Bug 24603: Fix number of unit tests Signed-off-by: Katrin Fischer https://bugs.koha-community.org/show_bug.cgi?id=24063 --- t/db_dependent/Koha/Account/Line.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Koha/Account/Line.t b/t/db_dependent/Koha/Account/Line.t index 2458c6122e..2f71dcbb82 100755 --- a/t/db_dependent/Koha/Account/Line.t +++ b/t/db_dependent/Koha/Account/Line.t @@ -19,7 +19,7 @@ use Modern::Perl; -use Test::More tests => 13; +use Test::More tests => 14; use Test::Exception; use Test::MockModule; -- 2.11.0