From b0e23d6d14488296642af96264d3ec35b5e3e18e Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 8 Nov 2017 10:13:35 -0300 Subject: [PATCH] Bug 17602: Adapt test plan to make the tests pass --- t/Koha_ExternalContent_RecordedBooks.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Koha_ExternalContent_RecordedBooks.t b/t/Koha_ExternalContent_RecordedBooks.t index e6db9aa..cccf41c 100755 --- a/t/Koha_ExternalContent_RecordedBooks.t +++ b/t/Koha_ExternalContent_RecordedBooks.t @@ -8,7 +8,7 @@ use Test::MockModule; use Module::Load::Conditional qw( can_load ); -plan tests => 3; +plan tests => 5; SKIP: { skip "cannot find WebService::ILS::RecordedBooks::Partner", 5 -- 2.1.4