refactor(test): reference details will have account

This commit is contained in:
ruthra kumar
2024-02-12 12:26:58 +05:30
parent 9d9b83362a
commit 158112896e

View File

@@ -1084,6 +1084,7 @@ class TestPaymentEntry(FrappeTestCase):
ref_details = get_reference_details(so.doctype, so.name, pe.paid_from_account_currency)
expected_response = {
"account": pe.paid_from,
"total_amount": 5000.0,
"outstanding_amount": 5000.0,
"exchange_rate": 1.0,