refactor(test): use party with USD billing currency

(cherry picked from commit beff566c8267104b97f7e4b80c36715e4eb91832)
This commit is contained in:
ruthra kumar 2024-02-01 15:46:57 +05:30 committed by Mergify
parent 1ee15f65a8
commit 72c95d31d1

View File

@ -179,7 +179,7 @@ class TestGeneralLedger(FrappeTestCase):
{
"account": account.name,
"party_type": "Customer",
"party": "_Test Customer",
"party": "_Test Customer USD",
"debit_in_account_currency": 1000,
"credit_in_account_currency": 0,
"exchange_rate": 75,