From f66bef787aa8177093eda00318afaffe27173957 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 15 Feb 2018 14:10:13 -0300 Subject: [PATCH] Bug 18789: Add tests for is_adult and is_child Signed-off-by: Josef Moravec --- 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 0a6f5e3..46012d8 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 => 24; +use Test::More tests => 25; use Test::Warn; use Time::Fake; use DateTime; -- 2.1.4