From 07eef11e2b0188a526ac0d8b9c1ba4be05428364 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 27 Mar 2020 09:43:55 +0000 Subject: [PATCH] Bug 23473: (QA follow-up) Fix number of tests Content-Type: text/plain; charset=utf-8 => Looks like you planned 158 tests but ran 159. --- t/db_dependent/Koha/Patrons/Import.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Koha/Patrons/Import.t b/t/db_dependent/Koha/Patrons/Import.t index ba46df2966..dee815a80e 100644 --- a/t/db_dependent/Koha/Patrons/Import.t +++ b/t/db_dependent/Koha/Patrons/Import.t @@ -18,7 +18,7 @@ # along with Koha; if not, see . use Modern::Perl; -use Test::More tests => 158; +use Test::More tests => 159; use Test::Warn; use Encode qw( encode_utf8 ); use utf8; -- 2.11.0