From 1bc95b2b7f5dd3d8132855d7e6c80ea08790627b Mon Sep 17 00:00:00 2001 From: Fridolin Somers Date: Fri, 6 May 2022 09:41:52 -1000 Subject: [PATCH] Bug 29924: (follow-up) Fix t/db_dependent/Koha/Patron.t number of tests --- t/db_dependent/Koha/Patron.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Koha/Patron.t b/t/db_dependent/Koha/Patron.t index 81d7088323..c27dfc405f 100755 --- a/t/db_dependent/Koha/Patron.t +++ b/t/db_dependent/Koha/Patron.t @@ -19,7 +19,7 @@ use Modern::Perl; -use Test::More tests => 17; +use Test::More tests => 18; use Test::Exception; use Test::Warn; -- 2.35.3