From 1e554e423baae1996091ae6cb67f6a9cdd05586a 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 --- 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