From 5c75c0a4d7eb23805fe091bfe3b0a66f5eb5007c Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 24 Sep 2015 17:07:05 +0100 Subject: [PATCH] Bug 14884: Adjust the number of tests Signed-off-by: Jonathan Druart Signed-off-by: Marcel de Rooy Signed-off-by: Chris Cormack --- 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 431bf33227..b7b71250ee 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.39.5