From ab6700db22cfc94a8577b67a5baeb523fc186b9d Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Fri, 16 Oct 2020 16:51:07 -0300 Subject: [PATCH] Bug 23091: Simplify tests by turning off AccountAutoReconcile Signed-off-by: Tomas Cohen Arazi Signed-off-by: Martin Renvoize --- t/db_dependent/Koha/Items.t | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t/db_dependent/Koha/Items.t b/t/db_dependent/Koha/Items.t index 0d204d8245..fc5d8773b8 100755 --- a/t/db_dependent/Koha/Items.t +++ b/t/db_dependent/Koha/Items.t @@ -1066,6 +1066,8 @@ subtest 'store' => sub { is( $overdue->status, 'LOST', 'Overdue status set to LOST' ); + t::lib::Mocks::mock_preference( 'AccountAutoReconcile', 0 ); + # Forgive fine $credit = $account->add_credit( { -- 2.20.1