From 783d5ea02e677fe00e8b3f7ad43d801a9a87de38 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Fri, 23 Dec 2016 13:35:34 +0000 Subject: [PATCH] Bug 14637: Followup - Fix number of tests due to rebase Signed-off-by: Kyle M Hall Signed-off-by: Kyle M Hall (cherry picked from commit 0747a11b2648a20fcca9d3f5e02a4b3b9270b3f3) Signed-off-by: Katrin Fischer Conflicts: t/db_dependent/Koha/Patron/Categories.t --- t/db_dependent/Koha/Patron/Categories.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Koha/Patron/Categories.t b/t/db_dependent/Koha/Patron/Categories.t index 48f9ea0fa1..719fa05e10 100644 --- a/t/db_dependent/Koha/Patron/Categories.t +++ b/t/db_dependent/Koha/Patron/Categories.t @@ -19,7 +19,7 @@ use Modern::Perl; -use Test::More tests => 5; +use Test::More tests => 6; use Koha::Database; use Koha::Patron::Category; -- 2.39.5