From c23746233820c40ba47681eaafcbd79ac49d6641 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Fri, 30 Oct 2015 14:42:55 -0400 Subject: [PATCH] [PASSED QA] Bug 14836 [QA Followup] - Fix number of unit tests Signed-off-by: Kyle M Hall --- t/db_dependent/Koha/Patron/Categories.t | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/t/db_dependent/Koha/Patron/Categories.t b/t/db_dependent/Koha/Patron/Categories.t index 9a7e63f..d468175 100644 --- a/t/db_dependent/Koha/Patron/Categories.t +++ b/t/db_dependent/Koha/Patron/Categories.t @@ -18,7 +18,7 @@ # along with Koha; if not, see . use Modern::Perl; -use Test::More tests => 4; +use Test::More tests => 5; use Koha::Patron::Category; use Koha::Patron::Categories; use t::lib::TestBuilder; -- 1.7.2.5