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

(-)a/t/db_dependent/Koha/BackgroundJobs/BatchUpdateBiblio.t (-2 / +1 lines)
Lines 65-71 subtest "Exceptions must be stringified" => sub { Link Here
65
        {
65
        {
66
            biblionumber => $biblio->biblionumber,
66
            biblionumber => $biblio->biblionumber,
67
            code         => 'biblio_not_modified',
67
            code         => 'biblio_not_modified',
68
            error        => "It didn't work",
68
            error        => qq{Exception 'Koha::Exception' thrown 'It didn't work'\n},
69
            type         => "error"
69
            type         => "error"
70
        }
70
        }
71
    );
71
    );
72
- 

Return to bug 29857