Bug 7534: Fix number of tests for Holds.t
authorKyle M Hall <kyle@bywatersolutiosn.com>
Wed, 15 Aug 2018 17:46:14 +0000 (13:46 -0400)
committerNick Clemens <nick@bywatersolutions.com>
Thu, 6 Sep 2018 17:32:25 +0000 (17:32 +0000)
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

t/db_dependent/Holds.t

index 2350bb6..9361c85 100755 (executable)
@@ -7,7 +7,7 @@ use t::lib::TestBuilder;
 
 use C4::Context;
 
-use Test::More tests => 62;
+use Test::More tests => 55;
 use MARC::Record;
 use Koha::Patrons;
 use C4::Items;