From 1fcee4a5d5721ac9693024fae634ca16fc304450 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sat, 12 Sep 2020 22:42:24 +0000 Subject: [PATCH] Bug 20256: (QA follow-up) Fix number of tests in Patrons.t --- t/db_dependent/Koha/Patrons.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Koha/Patrons.t b/t/db_dependent/Koha/Patrons.t index effb6d1fd9..0a83b14acd 100755 --- a/t/db_dependent/Koha/Patrons.t +++ b/t/db_dependent/Koha/Patrons.t @@ -19,7 +19,7 @@ use Modern::Perl; -use Test::More tests => 41; +use Test::More tests => 42; use Test::Warn; use Test::Exception; use Test::MockModule; -- 2.11.0