Bug 19304: (QA follow-up) Fix number of tests in Members.t
authorJosef Moravec <josef.moravec@gmail.com>
Tue, 2 Jan 2018 08:44:39 +0000 (08:44 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 2 Jan 2018 14:46:40 +0000 (11:46 -0300)
Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
t/db_dependent/Members.t

index ff5a30b..ac928b2 100755 (executable)
@@ -17,7 +17,7 @@
 
 use Modern::Perl;
 
-use Test::More tests => 64;
+use Test::More tests => 62;
 use Test::MockModule;
 use Test::Exception;