@@ -, +, @@ master --- t/db_dependent/HoldsQueue.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/t/db_dependent/HoldsQueue.t +++ a/t/db_dependent/HoldsQueue.t @@ -8,7 +8,7 @@ use Modern::Perl; -use Test::More tests => 24; +use Test::More tests => 25; use Data::Dumper; use C4::Branch; @@ -313,7 +313,7 @@ is( $holds_queue->[1]->{cardnumber}, $borrower2->{cardnumber}, "Holds queue fill C4::Context->set_preference('HoldsQueueSkipClosed', 1); $ENV{NO_CACHE} = 1; my $today = dt_from_string(); -C4::Calendar->new( branchcode => 'MPL' )->insert_single_holiday( +C4::Calendar->new( branchcode => $branchcodes[0] )->insert_single_holiday( day => $today->day(), month => $today->month(), year => $today->year(), --