From bd9960a2d209bbcf9a23d0a5b1ade4ccb77ec2ca Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Tue, 3 Mar 2020 10:30:32 +0000 Subject: [PATCH] Bug 24757: (RM follow-up) Restore test count Somehow we lost a '0' on the test count for t/db_dependent/Koha/Patrons.t Signed-off-by: Martin Renvoize --- 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 a275f03c0a..6e9926c2db 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 => 4; +use Test::More tests => 40; use Test::Warn; use Test::Exception; use Test::MockModule; -- 2.20.1