From 6bfebf03fb88783b7f2685281c27ebbc1b6dc4bc Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 20 Apr 2018 14:06:33 -0300 Subject: [PATCH] Bug 20400: Fix number of tests 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 a36a1ed95f..c97d3b481a 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 => 30; +use Test::More tests => 31; use Test::Warn; use Time::Fake; use DateTime; -- 2.20.1