From 1717bc165f4d9f31a0a77a9fb36e27beb46063ed Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 23 Feb 2018 13:50:16 -0300 Subject: [PATCH] Bug 19936: Fix number of tests will be squashed later, but lazy to reupload the whole patchset --- 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 28dddd86cd..b847b70203 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 => 25; +use Test::More tests => 27; use Test::Warn; use Time::Fake; use DateTime; -- 2.11.0