commit | 9734329094b5275d52d08b1d8edc9eb5d980aa9d | [log] [tgz] |
---|---|---|
author | Ankush Menat <ankush@frappe.io> | Tue Apr 19 14:04:10 2022 +0530 |
committer | Ankush Menat <ankush@frappe.io> | Tue Apr 19 17:40:28 2022 +0530 |
tree | 58d233d32054b143883c97fa471d8e60d4c4104e | |
parent | 700e864d901d4730cea2c0fc82f2b642b7c24acc [diff] |
test: discard local future SLE cache between tests
diff --git a/erpnext/stock/doctype/stock_reconciliation/test_stock_reconciliation.py b/erpnext/stock/doctype/stock_reconciliation/test_stock_reconciliation.py index 5e4c86a..e826e00 100644 --- a/erpnext/stock/doctype/stock_reconciliation/test_stock_reconciliation.py +++ b/erpnext/stock/doctype/stock_reconciliation/test_stock_reconciliation.py
@@ -31,6 +31,7 @@ def tearDown(self): frappe.flags.dont_execute_stock_reposts = None + frappe.local.future_sle = {} def test_reco_for_fifo(self): self._test_reco_sle_gle("FIFO")