Browse Source

Bug 15766: Update tests

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
18.11.x
Nick Clemens 6 years ago
parent
commit
a7c3ba0436
  1. 3
      t/db_dependent/Labels/t_Batch.t

3
t/db_dependent/Labels/t_Batch.t

@ -20,7 +20,7 @@
use Modern::Perl;
use Test::More tests => 24;
use Test::More tests => 25;
use MARC::Record;
use MARC::Field;
@ -50,6 +50,7 @@ my $branch_code = $sth->fetchrow_hashref()->{'branchcode'};
diag sprintf('Database returned the following error: %s', $sth->errstr) if $sth->errstr;
my $expected_batch = {
description => '',
creator => 'Labels',
items => [],
branch_code => $branch_code,

Loading…
Cancel
Save