@@ -, +, @@ --- t/Log.t | 1 + 1 file changed, 1 insertion(+) --- a/t/Log.t +++ a/t/Log.t @@ -15,6 +15,7 @@ BEGIN { t::lib::Mocks::mock_preference('BorrowersLog', 1); t::lib::Mocks::mock_preference('CataloguingLog', 1); +t::lib::Mocks::mock_preference('HoldsLog', 1); t::lib::Mocks::mock_preference('IssueLog', 1); t::lib::Mocks::mock_preference('ReturnLog', 1); t::lib::Mocks::mock_preference('SubscriptionLog', 1); --