Bug 19915: (follow-up) Fix test count from rebase
authorNick Clemens <nick@bywatersolutions.com>
Fri, 4 Jan 2019 18:37:09 +0000 (18:37 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 11 Feb 2019 13:39:38 +0000 (13:39 +0000)
https://bugs.koha-community.org/show_bug.cgi?id=19905

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
(cherry picked from commit a32653a66fa02f1fe9002647d337261bf36d62e0)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

t/db_dependent/Items/GetItemsForInventory.t

index fcbcc71..47a5d82 100755 (executable)
@@ -19,7 +19,7 @@
 
 use Modern::Perl;
 
-use Test::More tests => 8;
+use Test::More tests => 9;
 use t::lib::TestBuilder;
 
 use List::MoreUtils qw( any none );