From 0dfa8c2b67792b86f054b32c82122607bcade2b5 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Tue, 20 Oct 2015 10:52:20 -0300 Subject: [PATCH] Bug 8236: (QA followup) fix test count error due to bad merge On rebasing the patchset I introduced a wrong number of tests. Signed-off-by: Tomas Cohen Arazi --- 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 31ed7df..810b8c2 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 => 70 ; +use Test::More tests => 78 ; BEGIN { use_ok('C4::Circulation'); -- 2.6.2