@@ -, +, @@ --- t/db_dependent/Koha/Holds.t | 1 - 1 file changed, 1 deletion(-) --- a/t/db_dependent/Koha/Holds.t +++ a/t/db_dependent/Koha/Holds.t @@ -650,7 +650,6 @@ subtest 'Test Koha::Hold::item_group' => sub { my $item_group = $builder->build_object( { class => 'Koha::Biblio::ItemGroups', - value => { biblionumber => $item->biblionumber } } ); my $reserve_id = AddReserve( --