From 44c909f43344d67f7feac24a8fce2aa28cae5500 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 24 Oct 2016 11:46:31 +0000 Subject: [PATCH] Bug 16850: Adjust 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 86cbcba..18d1c87 100755 --- a/t/db_dependent/Circulation.t +++ b/t/db_dependent/Circulation.t @@ -29,7 +29,7 @@ use Koha::Database; use t::lib::TestBuilder; -use Test::More tests => 87; +use Test::More tests => 88; BEGIN { use_ok('C4::Circulation'); -- 2.1.4