@@ -, +, @@ --- t/db_dependent/Koha/BackgroundJob/CreateEHoldingsFromBiblios.t | 1 + 1 file changed, 1 insertion(+) --- a/t/db_dependent/Koha/BackgroundJob/CreateEHoldingsFromBiblios.t +++ a/t/db_dependent/Koha/BackgroundJob/CreateEHoldingsFromBiblios.t @@ -62,6 +62,7 @@ subtest 'process' => sub { { status => 'new', type => 'create_eholdings_from_biblios', + size => 1, } )->store; $job = Koha::BackgroundJobs->find( $job->id ); --