From 6436629d86834c5409764485463ce9a9afa35dcf Mon Sep 17 00:00:00 2001 From: Kyle Hall Date: Mon, 11 Jul 2022 08:31:34 -0400 Subject: [PATCH] Bug 28854: (QA follow-up) Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi --- t/db_dependent/Circulation.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Circulation.t b/t/db_dependent/Circulation.t index a2fc1cc834..84444a3bd0 100755 --- a/t/db_dependent/Circulation.t +++ b/t/db_dependent/Circulation.t @@ -18,7 +18,7 @@ use Modern::Perl; use utf8; -use Test::More tests => 62; +use Test::More tests => 63; use Test::Exception; use Test::MockModule; use Test::Deep qw( cmp_deeply ); -- 2.39.2