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)
committerTomas Cohen Arazi <tomascohen@theke.io>
Wed, 1 Jun 2022 16:40:26 +0000 (13:40 -0300)
commit42290cb43deb7dde668d9a55467c44ba705e665c
treeff2279600308a3fae4cd6d5d0af0bf758cf426b2
parent740258568368b7741df1a95d7bf330c527bf9054
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>
t/db_dependent/Koha.t