From d0b6197709f468aac6157c9901acc89be48e304f Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Mon, 5 Dec 2016 16:11:04 +0000 Subject: [PATCH] Bug 17586 [QA Followup] - Correct the number of unit 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 1a9a1ea07b..a96cdc19ac 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 => 14; +use Test::More tests => 15; use Test::Warn; use DateTime; -- 2.39.5