Bug 27317: (Bug 27127 follow-up) fix t/db_dependent/Koha/BackgroundJobs.t
authorFridolin Somers <fridolin.somers@biblibre.com>
Wed, 30 Dec 2020 14:06:56 +0000 (15:06 +0100)
committerFridolin Somers <fridolin.somers@biblibre.com>
Wed, 30 Dec 2020 15:52:27 +0000 (16:52 +0100)
commit5a68837bc6196dfe8881f4fa92eba95f0efd4c8c
treeb1a143c0d2cbedcf763588aa23a66ae566bf4e0f
parent51fcc453f9db5c196cc62cb29f3321f32f5dd54e
Bug 27317: (Bug 27127 follow-up) fix t/db_dependent/Koha/BackgroundJobs.t

Bug 27127 changed  Koha::BackgroundJob->messages to return arrayref instead of array.
This impacts Unit Test t/db_dependent/Koha/BackgroundJobs.t failling on :
  not ok 10 - 10 messages generated

Test plan :
prove t/db_dependent/Koha/BackgroundJobs.t

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Edit: I fixed the indentation of the test label.
Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
(cherry picked from commit 5f2414686dbba56ee8140cad55051d7b900cb47d)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
t/db_dependent/Koha/BackgroundJobs.t