From f2ef5bd346368baba6b7c09c523e3581801d0773 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Mon, 3 Nov 2025 20:06:12 +0000 Subject: [PATCH] Bug 40550: (RM follow-up) Adjust number of API tests --- t/db_dependent/api/v1/holds.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/api/v1/holds.t b/t/db_dependent/api/v1/holds.t index 09ad4aca724..a96ca9fe65b 100755 --- a/t/db_dependent/api/v1/holds.t +++ b/t/db_dependent/api/v1/holds.t @@ -17,7 +17,7 @@ use Modern::Perl; -use Test::More tests => 19; +use Test::More tests => 20; use Test::NoWarnings; use Test::MockModule; use Test::Mojo; -- 2.39.5