Bug 20400: Fix number of tests
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 20 Apr 2018 17:06:33 +0000 (14:06 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 20 Apr 2018 17:06:33 +0000 (14:06 -0300)
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

t/db_dependent/Koha/Patrons.t

index a36a1ed..c97d3b4 100644 (file)
@@ -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;