From 203019fe223286b437e20d08bb540384cfdd2002 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Fri, 24 Mar 2023 10:44:36 +0000 Subject: [PATCH] Bug 30418: (QA follow-up): Fix unit test count Signed-off-by: Kyle M Hall Signed-off-by: Lucas Gass --- 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 f4c2b07f18b..b7f111f2833 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 => 20; +use Test::More tests => 21; use Test::Exception; use Test::Warn; -- 2.30.2