From 5e2862c6b8eb102f623ccc4d667b4e38895703e4 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Mon, 15 Oct 2018 14:14:37 +0000 Subject: [PATCH] Bug 21337: (RM follow-up) Adjust number of tests Signed-off-by: Nick Clemens --- 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 2d6c1fe680..88fcc6cabb 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 => 33; +use Test::More tests => 34; use Test::Warn; use Test::Exception; use Test::MockModule; -- 2.20.1