From 68746bb517088daabf692c9277671e2d7f8f2e61 Mon Sep 17 00:00:00 2001 From: Joy Nelson Date: Mon, 11 May 2020 21:56:04 +0000 Subject: [PATCH] Bug 25184: (follow-up) fix number of tests Signed-off-by: Joy Nelson (cherry picked from commit 75e7861df4834d7172b55552d1b7a03d3ab3b537) Signed-off-by: Lucas Gass --- t/db_dependent/Holds.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Holds.t b/t/db_dependent/Holds.t index 3071ab0173..64fe390a50 100755 --- a/t/db_dependent/Holds.t +++ b/t/db_dependent/Holds.t @@ -7,7 +7,7 @@ use t::lib::TestBuilder; use C4::Context; -use Test::More tests => 61; +use Test::More tests => 62; use MARC::Record; use C4::Biblio; -- 2.39.5