mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-28 11:08:32 +00:00
test: discard local future SLE cache between tests
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user