From d39245302ab40caf6fe42e1e25b80ebc152f2068 Mon Sep 17 00:00:00 2001 From: Paul Derscheid Date: Thu, 14 Aug 2025 11:16:21 +0000 Subject: [PATCH] Bug 40296: (QA follow-up) Increment test count to include Test::NoWarnings Signed-off-by: Paul Derscheid --- 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 b7e82c327e5..a77e54337a5 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 => 77; +use Test::More tests => 78; use Test::Exception; use Test::MockModule; use Test::Deep qw( cmp_deeply ); -- 2.39.5