From b3a13006c817d3eb2cd80a21dab9077899195a7d Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Mon, 12 Feb 2018 12:53:47 -0500 Subject: [PATCH] Bug 18789: Fix 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 7f55b6f..acc0128 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 => 23; +use Test::More tests => 25; use Test::Warn; use Time::Fake; use DateTime; -- 2.10.2