From c49bffda19d64090e897a4c83ca50548175dde62 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 Signed-off-by: Jonathan Druart --- 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 0a6f5e37bc..46012d81a2 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.39.5