From aa8b436211c6ed7b3462395ae29c2598aab02320 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 3e4466b17f..a5dd8b5ce9 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.24.1 (Apple Git-126)