test: discard local future SLE cache between tests

This commit is contained in:
Ankush Menat 2022-04-19 14:04:10 +05:30
parent 700e864d90
commit 9734329094

View File

@ -31,6 +31,7 @@ class TestStockReconciliation(FrappeTestCase):
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")