From 96d5ee5b97d709b49ef6b670b025daf0ab6ee49a Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Thu, 31 Oct 2024 11:52:13 +0000 Subject: [PATCH] Bug 33462: (QA follow-up) Adjust number of tests Signed-off-by: Katrin Fischer --- 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 d433bfb0d3..e4ab8af65a 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 => 36; +use Test::More tests => 37; use Test::Exception; use Test::Warn; use Time::Fake; -- 2.39.5