From 788113834e68930aa0294c590798c30f085e97eb Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Mon, 31 Mar 2025 09:41:57 +0000 Subject: [PATCH] Bug 28530: Adjust number of tests --- t/db_dependent/Circulation/Returns.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Circulation/Returns.t b/t/db_dependent/Circulation/Returns.t index 4dd70c70597..5c4453988b8 100755 --- a/t/db_dependent/Circulation/Returns.t +++ b/t/db_dependent/Circulation/Returns.t @@ -18,7 +18,7 @@ use Modern::Perl; use Test::NoWarnings; -use Test::More tests => 8; +use Test::More tests => 9; use Test::MockModule; use Test::Warn; -- 2.39.5