test: Update customer

This commit is contained in:
Deepesh Garg 2022-04-14 11:10:41 +05:30
parent 31883b699d
commit 972d9ec5b4

View File

@ -3132,7 +3132,7 @@ class TestSalesInvoice(unittest.TestCase):
jv.accounts[0].exchange_rate = 70
jv.accounts[0].credit_in_account_currency = 100
jv.accounts[0].party_type = "Customer"
jv.accounts[0].party = "Overseas Customer"
jv.accounts[0].party = "_Test Customer USD"
jv.save()
jv.submit()