From c962285e40a9735e6559900fab0d3d619bca0fff 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 Signed-off-by: Kyle M Hall --- 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 86cbcba6ba..18d1c87e12 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.39.2