From ccda5091491966b90c936476dc6a63ed1c0c7f19 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 13 Apr 2015 12:34:14 +0200 Subject: [PATCH] Bug 13919: Make the tests pass fixing the number of tests --- 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 33bb683..e16858f 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 => 60; +use Test::More tests => 61; BEGIN { use_ok('C4::Circulation'); -- 2.1.0