From fa6fd10f9678ceeec2b9cfa2b71079fe7696c2db Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Tue, 5 Jul 2022 09:53:29 -0300 Subject: [PATCH] Bug 30275: (follow-up) Fix tests count 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 e9c8bfa84f..a62b6195a2 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 => 61; +use Test::More tests => 62; use Test::Exception; use Test::MockModule; use Test::Deep qw( cmp_deeply ); -- 2.39.2