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)
committerTomas Cohen Arazi <tomascohen@theke.io>
Wed, 30 Dec 2020 15:05:12 +0000 (12:05 -0300)
commit5f2414686dbba56ee8140cad55051d7b900cb47d
treeb25526b6ae58a144ef4aecd94b7bd6311f98c3b0
parent3c3406257e78a9407320d22820807f767b4c4df3
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>
t/db_dependent/Koha/BackgroundJobs.t