From f6fd21ae6f47adf5e172e83a317087d1c388bfef 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) --- 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 a2fc1cc8342..84444a3bd01 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.30.2