Bug 21953: (follow-up) Fix test count
authorNick Clemens <nick@bywatersolutions.com>
Fri, 12 Apr 2019 02:52:58 +0000 (02:52 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Fri, 12 Apr 2019 02:52:58 +0000 (02:52 +0000)
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

t/db_dependent/Circulation.t

index 1413d08..f3e5b1b 100755 (executable)
@@ -18,7 +18,7 @@
 use Modern::Perl;
 use utf8;
 
-use Test::More tests => 126;
+use Test::More tests => 127;
 use Test::MockModule;
 
 use Data::Dumper;