Bug 24757: (RM follow-up) Restore test count
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 3 Mar 2020 10:30:32 +0000 (10:30 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 3 Mar 2020 10:31:12 +0000 (10:31 +0000)
Somehow we lost a '0' on the test count for
t/db_dependent/Koha/Patrons.t

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
t/db_dependent/Koha/Patrons.t

index a275f03..6e9926c 100644 (file)
@@ -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;