From d8d9463ecd5d0a409ba9ab8939ccc2ca77cf5c28 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Fri, 9 Apr 2021 12:38:00 -0400 Subject: [PATCH] Bug 24695: (QA follow-up) Fix number of tests Signed-off-by: Kyle M Hall --- t/db_dependent/Koha/Reports.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Koha/Reports.t b/t/db_dependent/Koha/Reports.t index 054610c0cc..e580c12d5d 100755 --- a/t/db_dependent/Koha/Reports.t +++ b/t/db_dependent/Koha/Reports.t @@ -17,7 +17,7 @@ use Modern::Perl; -use Test::More tests => 5; +use Test::More tests => 6; use Koha::Report; use Koha::Reports; -- 2.24.3 (Apple Git-128)