From f9b7475df50aa195f97415ff18dac52ba57a0895 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Fri, 5 Sep 2025 20:57:59 +0000 Subject: [PATCH] Bug 40665: (RM follow-up) Adjust number of tests in t/db_dependent/Circulation.t --- 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 d6ebc0bed78..dda4983a4a2 100755 --- a/t/db_dependent/Circulation.t +++ b/t/db_dependent/Circulation.t @@ -19,7 +19,7 @@ use Modern::Perl; use utf8; use Test::NoWarnings; -use Test::More tests => 80; +use Test::More tests => 82; use Test::Exception; use Test::MockModule; use Test::Deep qw( cmp_deeply ); -- 2.39.5