From 8ecc5c64b970ea4a8bc778fd73651e715614725c 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 Signed-off-by: Kris Becker --- 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 4dd70c7059..5c4453988b 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