From 36280356c1d4488fe42609357daea36e7dc023a1 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Tue, 15 Nov 2016 15:27:13 +0000 Subject: [PATCH] Bug 17579 [QA Followup] - Fix the number of tests Signed-off-by: Kyle M Hall --- t/db_dependent/Koha/Patrons.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Koha/Patrons.t b/t/db_dependent/Koha/Patrons.t index 9108f1a..7be731c 100644 --- a/t/db_dependent/Koha/Patrons.t +++ b/t/db_dependent/Koha/Patrons.t @@ -19,7 +19,7 @@ use Modern::Perl; -use Test::More tests => 12; +use Test::More tests => 13; use Test::Warn; use C4::Members; -- 2.1.4