refactor(test): flaky test data in bank reconciliation tool

This commit is contained in:
ruthra kumar
2025-06-20 16:01:10 +05:30
parent 66c7815369
commit 92f0175e91

View File

@@ -43,6 +43,7 @@ class TestBankReconciliationTool(AccountsTestMixin, ERPNextTestSuite):
"bank": bank.name,
"is_company_account": True,
"account": self.bank, # account from Chart of Accounts
"company": self.company,
}
)
.insert()