From bebfe04d46c697a70e025985faf9a3d79c1899cd Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Mon, 14 Mar 2022 21:37:48 +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 2722ca9aa8..e8eedaedb6 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 => 43; +use Test::More tests => 44; use Test::Warn; use Test::Exception; use Test::MockModule; -- 2.30.2