From 4c1cafab1e6a0528d76f5cd580b3db441db18657 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Thu, 9 May 2019 16:00:59 +0100 Subject: [PATCH] Bug 22877: (follow-up) Fix test plan count Signed-off-by: Martin Renvoize --- 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 6269ea9b69..b84b2d20f9 100755 --- a/t/db_dependent/Circulation.t +++ b/t/db_dependent/Circulation.t @@ -1980,7 +1980,7 @@ subtest 'CanBookBeIssued + AutoReturnCheckedOutItems' => sub { subtest 'AddReturn | is_overdue' => sub { - plan tests => 7; + plan tests => 8; t::lib::Mocks::mock_preference('CalculateFinesOnReturn', 1); t::lib::Mocks::mock_preference('finesMode', 'production'); -- 2.20.1