Bug 30870: Don't skip tests if Test::Deep if not installed
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 31 May 2022 09:29:57 +0000 (11:29 +0200)
committerLucas Gass <lucas@bywatersolutions.com>
Mon, 6 Jun 2022 15:36:24 +0000 (15:36 +0000)
commita97d5c93ab61a790f1d25b770682c9832fb8e9de
treecb68135f2b73f2aef103235dfe37c6d3e9b592d4
parent26272432a106d8d1b560548aa70dc91aaaa31ced
Bug 30870: Don't skip tests if Test::Deep if not installed

We are using Test::Deep in different tests, but from t/db_dependent/Koha.t the tests are skippted if the module is not installed.
We must assume the module is installed

Test plan:
  prove t/db_dependent/Koha.t
should return green in ktd

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 42290cb43deb7dde668d9a55467c44ba705e665c)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
t/db_dependent/Koha.t