refactor(test): reference details will have account

(cherry picked from commit 158112896e)
This commit is contained in:
ruthra kumar
2024-02-12 12:26:58 +05:30
committed by Mergify
parent 6832908e92
commit d3039be5bc

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,