From cc52094f208d78fd06d888975f4710de0886c7a7 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Mon, 8 Oct 2018 13:46:15 +0100 Subject: [PATCH] Bug 21352: (QA follow-up) - correction to testplan Signed-off-by: Martin Renvoize Signed-off-by: Nick Clemens --- 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 e450a69633..68e19fafe1 100755 --- a/t/db_dependent/Plugins.t +++ b/t/db_dependent/Plugins.t @@ -9,7 +9,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; -- 2.39.5