mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 00:44:45 +00:00
refactor(test): make bank clearance deterministic
This commit is contained in:
@@ -29,6 +29,7 @@ class TestBankClearance(ERPNextTestSuite):
|
|||||||
create_item("_Test Item")
|
create_item("_Test Item")
|
||||||
create_cost_center(cost_center_name="_Test Cost Center", company="_Test Company")
|
create_cost_center(cost_center_name="_Test Cost Center", company="_Test Company")
|
||||||
|
|
||||||
|
def setUp(self):
|
||||||
make_bank_account()
|
make_bank_account()
|
||||||
add_transactions()
|
add_transactions()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user