Bug 30943: Fix test
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 1 Feb 2023 15:17:57 +0000 (16:17 +0100)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 13 Mar 2023 18:52:28 +0000 (15:52 -0300)
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
t/db_dependent/Koha/BackgroundJob/CreateEHoldingsFromBiblios.t

index b18a3bf..d39a204 100755 (executable)
@@ -62,6 +62,7 @@ subtest 'process' => sub {
         {
             status => 'new',
             type   => 'create_eholdings_from_biblios',
+            size   => 1,
         }
     )->store;
     $job = Koha::BackgroundJobs->find( $job->id );