mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 11:19:09 +00:00
refactor(test): make bank clearance deterministic
This commit is contained in:
@@ -19,6 +19,7 @@ from erpnext.tests.utils import ERPNextTestSuite, if_lending_app_installed, if_l
|
|||||||
|
|
||||||
class TestBankClearance(ERPNextTestSuite):
|
class TestBankClearance(ERPNextTestSuite):
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
|
frappe.clear_cache()
|
||||||
create_warehouse(
|
create_warehouse(
|
||||||
warehouse_name="_Test Warehouse",
|
warehouse_name="_Test Warehouse",
|
||||||
properties={"parent_warehouse": "All Warehouses - _TC"},
|
properties={"parent_warehouse": "All Warehouses - _TC"},
|
||||||
|
|||||||
Reference in New Issue
Block a user