View | Details | Raw Unified | Return to bug 30943
Collapse All | Expand All

(-)a/t/db_dependent/Koha/BackgroundJob/CreateEHoldingsFromBiblios.t (-1 / +1 lines)
Lines 62-67 subtest 'process' => sub { Link Here
62
        {
62
        {
63
            status => 'new',
63
            status => 'new',
64
            type   => 'create_eholdings_from_biblios',
64
            type   => 'create_eholdings_from_biblios',
65
            size   => 1,
65
        }
66
        }
66
    )->store;
67
    )->store;
67
    $job = Koha::BackgroundJobs->find( $job->id );
68
    $job = Koha::BackgroundJobs->find( $job->id );
68
- 

Return to bug 30943