Browse Source

Bug 11425 [QA Followup] - Fix number of unit tests

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
3.18.x
Kyle Hall 10 years ago
committed by Tomas Cohen Arazi
parent
commit
643a9cd0ca
  1. 2
      t/db_dependent/Items.t

2
t/db_dependent/Items.t

@ -23,7 +23,7 @@ use C4::Biblio;
use C4::Branch;
use Koha::Database;
use Test::More tests => 5;
use Test::More tests => 6;
BEGIN {
use_ok('C4::Items');

Loading…
Cancel
Save