refactor(test): supply default currency to Bank Transaction

(cherry picked from commit a27a4db3de6d6df7dd340d4212c114b7f4c0762c)
This commit is contained in:
ruthra kumar 2024-01-14 18:09:19 +05:30 committed by Mergify
parent f609b8ae5d
commit 32c6111728

View File

@ -76,6 +76,7 @@ class TestBankReconciliationTool(AccountsTestMixin, FrappeTestCase):
"deposit": 100,
"bank_account": self.bank_account,
"reference_number": "123",
"currency": "INR",
}
)
.save()