Fix number of tests in Circulation.t
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 31 Mar 2017 19:12:48 +0000 (16:12 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 31 Mar 2017 19:12:48 +0000 (16:12 -0300)
t/db_dependent/Circulation.t

index 3a9bd81..17b2dbf 100755 (executable)
@@ -17,7 +17,7 @@
 
 use Modern::Perl;
 
-use Test::More tests => 93;
+use Test::More tests => 94;
 
 use DateTime;