@@ -, +, @@ --- t/db_dependent/Koha/Plugins/Holds_hooks.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/t/db_dependent/Koha/Plugins/Holds_hooks.t +++ a/t/db_dependent/Koha/Plugins/Holds_hooks.t @@ -103,7 +103,7 @@ subtest 'Koha::Hold tests' => sub { { class => 'Koha::Holds', value => { - borrowernumber => $patron->id, + borrowernumber => $patron->id, found => undef, } } ); @@ -118,7 +118,7 @@ subtest 'Koha::Hold tests' => sub { { class => 'Koha::Holds', value => { - borrowernumber => $patron->id, + borrowernumber => $patron->id, found => undef, } } ); --