From 94220261f2e7bebaf5be1b989fc450fcbeb70002 Mon Sep 17 00:00:00 2001 From: Fridolin Somers Date: Wed, 2 Mar 2022 08:16:33 -1000 Subject: [PATCH] Bug 29857: (follow-up) Fix t/db_dependent/Koha/BackgroundJobs/BatchUpdateBiblio.t --- t/db_dependent/Koha/BackgroundJobs/BatchUpdateBiblio.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Koha/BackgroundJobs/BatchUpdateBiblio.t b/t/db_dependent/Koha/BackgroundJobs/BatchUpdateBiblio.t index 3d944eeb64..74ca9d50b5 100755 --- a/t/db_dependent/Koha/BackgroundJobs/BatchUpdateBiblio.t +++ b/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" } ); -- 2.35.1