From b803bd025f4560d6390871e9d7b081ffec727310 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Thu, 3 Oct 2024 07:23:21 -0400 Subject: [PATCH] Bug 33221: (QA follow-up) Fix up unit tests Signed-off-by: Kyle M Hall --- t/db_dependent/Koha/Patrons.t | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/t/db_dependent/Koha/Patrons.t b/t/db_dependent/Koha/Patrons.t index 4cd20cbdfa5..ab8c3ada1b2 100755 --- a/t/db_dependent/Koha/Patrons.t +++ b/t/db_dependent/Koha/Patrons.t @@ -19,10 +19,11 @@ use Modern::Perl; -use Test::More tests => 44; -use Test::Warn; +use Test::More tests => 43; +use Test::Deep qw( cmp_deeply ignore ); use Test::Exception; use Test::MockModule; +use Test::Warn; use Time::Fake; use DateTime; use JSON; -- 2.39.2