From e9487e3175e3208dfe90c9d4ab503955e1062310 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 1 Feb 2023 16:17:57 +0100 Subject: [PATCH] Bug 30943: Fix test --- t/db_dependent/Koha/BackgroundJob/CreateEHoldingsFromBiblios.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/db_dependent/Koha/BackgroundJob/CreateEHoldingsFromBiblios.t b/t/db_dependent/Koha/BackgroundJob/CreateEHoldingsFromBiblios.t index b18a3bfb6ef..d39a2040790 100755 --- a/t/db_dependent/Koha/BackgroundJob/CreateEHoldingsFromBiblios.t +++ b/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 ); -- 2.25.1