From e12f667ccdf4e4a1594a1a6ab8ff1b3b25edc26c Mon Sep 17 00:00:00 2001 From: Andrew Fuerste Henry Date: Fri, 9 Jan 2026 19:55:55 +0000 Subject: [PATCH] Bug 30331: (follow-up) Fix count of tests Signed-off-by: Andrew Fuerste Henry --- 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 65eedb01af2..cceb88c53de 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 => 83; +use Test::More tests => 84; use Test::Exception; use Test::MockModule; use Test::Deep qw( cmp_deeply ); -- 2.39.5