From 615f9c9ba8147c9e7a8e723bc07ff1f35dc6c704 Mon Sep 17 00:00:00 2001 From: Olli-Antti Kivilahti Date: Thu, 9 Mar 2017 14:45:46 +0200 Subject: [PATCH] Bug 7614 - Fixes "Looks like you planned 61 tests but ran 62" at t/db_dependent/Holds.t --- 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 c20c2ff..009125c 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; use C4::Items; -- 2.7.4