chore: fix flaky test case

This commit is contained in:
ruthra kumar
2023-10-15 12:19:34 +05:30
parent 7f903532f3
commit d1f6d62d72

View File

@@ -23,6 +23,7 @@ class TestBankReconciliationStatement(FrappeTestCase):
"Payment Entry",
]:
frappe.db.delete(dt)
frappe.db.set_single_value("Accounts Settings", "acc_frozen_upto", None)
def test_loan_entries_in_bank_reco_statement(self):
create_loan_accounts()