mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-23 23:19:20 +00:00
refactor(test): flaky test data in bank reconciliation tool
This commit is contained in:
@@ -43,6 +43,7 @@ class TestBankReconciliationTool(AccountsTestMixin, ERPNextTestSuite):
|
|||||||
"bank": bank.name,
|
"bank": bank.name,
|
||||||
"is_company_account": True,
|
"is_company_account": True,
|
||||||
"account": self.bank, # account from Chart of Accounts
|
"account": self.bank, # account from Chart of Accounts
|
||||||
|
"company": self.company,
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
.insert()
|
.insert()
|
||||||
|
|||||||
Reference in New Issue
Block a user