From ae5d7158359a979fd4df83bc411701f99614abbb Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Tue, 17 Sep 2024 17:40:32 +0000 Subject: [PATCH] Bug 33462: Adjust 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 dd51c39e6e5..403c65c984b 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 => 35; +use Test::More tests => 36; use Test::Exception; use Test::Warn; use Time::Fake; -- 2.39.2