refactor(test): supply default currency to Bank Transaction
This commit is contained in:
parent
b4354cbc8d
commit
a27a4db3de
@ -76,6 +76,7 @@ class TestBankReconciliationTool(AccountsTestMixin, FrappeTestCase):
|
||||
"deposit": 100,
|
||||
"bank_account": self.bank_account,
|
||||
"reference_number": "123",
|
||||
"currency": "INR",
|
||||
}
|
||||
)
|
||||
.save()
|
||||
|
Loading…
Reference in New Issue
Block a user