From f33d7f17ac01c78600b5aacd29ed7ca6573c4647 Mon Sep 17 00:00:00 2001 From: Liz Rea Date: Tue, 17 Nov 2015 13:52:12 +1300 Subject: [PATCH] Fixing number of tests, Circulation.t --- t/db_dependent/Circulation.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Circulation.t b/t/db_dependent/Circulation.t index 6e55828eae..2495ea2c45 100755 --- a/t/db_dependent/Circulation.t +++ b/t/db_dependent/Circulation.t @@ -27,7 +27,7 @@ use C4::Overdues qw(UpdateFine); use Koha::DateUtils; use Koha::Database; -use Test::More tests => 69; +use Test::More tests => 63; BEGIN { use_ok('C4::Circulation'); -- 2.11.4.GIT