@@ -, +, @@ t/db_dependent/Koha/BackgroundJobs/BatchUpdateBiblio.t --- t/db_dependent/Koha/BackgroundJobs/BatchUpdateBiblio.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/t/db_dependent/Koha/BackgroundJobs/BatchUpdateBiblio.t +++ a/t/db_dependent/Koha/BackgroundJobs/BatchUpdateBiblio.t @@ -65,7 +65,7 @@ subtest "Exceptions must be stringified" => sub { { biblionumber => $biblio->biblionumber, code => 'biblio_not_modified', - error => "It didn't work", + error => qq{Exception 'Koha::Exception' thrown 'It didn't work'\n}, type => "error" } ); --