From 838a939c9febba76968132af542e282326efa863 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Fri, 19 Feb 2016 14:55:53 +0000 Subject: [PATCH] Bug 15635 [QA Followup] - Fix number of unit tests Signed-off-by: Kyle M Hall Signed-off-by: Kyle M Hall --- t/db_dependent/Koha/Patron/Images.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Koha/Patron/Images.t b/t/db_dependent/Koha/Patron/Images.t index aa5266ca36..ab0341b680 100644 --- a/t/db_dependent/Koha/Patron/Images.t +++ b/t/db_dependent/Koha/Patron/Images.t @@ -19,7 +19,7 @@ use Modern::Perl; -use Test::More tests => 3; +use Test::More tests => 4; use Koha::Database; use Koha::Patrons; -- 2.39.5