Bug 8236: (QA followup) fix test count error due to bad merge
authorTomas Cohen Arazi <tomascohen@theke.io>
Tue, 20 Oct 2015 13:52:20 +0000 (10:52 -0300)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 20 Oct 2015 13:52:23 +0000 (10:52 -0300)
On rebasing the patchset I introduced a wrong number of tests.

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
t/db_dependent/Circulation.t

index 31ed7df..810b8c2 100755 (executable)
@@ -27,7 +27,7 @@ use C4::Overdues qw(UpdateFine);
 use Koha::DateUtils;
 use Koha::Database;
 
-use Test::More tests => 70 ;
+use Test::More tests => 78 ;
 
 BEGIN {
     use_ok('C4::Circulation');