From b34946b01740ed584571a1acbd3b9de7c0ada7ac Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Mon, 8 Oct 2018 13:46:15 +0100 Subject: [PATCH] Bug 21352: (qa followup) - correction to testplan Signed-off-by: Martin Renvoize --- t/db_dependent/Plugins.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Plugins.t b/t/db_dependent/Plugins.t index 30592498aa..c2d4c9d01e 100755 --- a/t/db_dependent/Plugins.t +++ b/t/db_dependent/Plugins.t @@ -10,7 +10,7 @@ use File::Temp qw( tempdir tempfile ); use FindBin qw($Bin); use Module::Load::Conditional qw(can_load); use Test::MockModule; -use Test::More tests => 37; +use Test::More tests => 39; use C4::Context; use t::lib::Mocks; -- 2.20.1