From bb99c34cb75ae7c2a90c0a7b4676058fcf681e6b Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Fri, 21 Oct 2016 17:34:16 +0000 Subject: [PATCH] Bug 17080 [QA Followup] - Fix number of tests Signed-off-by: Kyle M Hall --- t/db_dependent/Koha/Objects.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Koha/Objects.t b/t/db_dependent/Koha/Objects.t index fe3a3fb3bf..87f4a94491 100644 --- a/t/db_dependent/Koha/Objects.t +++ b/t/db_dependent/Koha/Objects.t @@ -19,7 +19,7 @@ use Modern::Perl; -use Test::More tests => 8; +use Test::More tests => 9; use Test::Warn; use Koha::Authority::Types; -- 2.11.4.GIT