diff --git a/erpnext/accounts/report/customer_ledger_summary/test_customer_ledger_summary.py b/erpnext/accounts/report/customer_ledger_summary/test_customer_ledger_summary.py index cfe627edbbb..78174b097bd 100644 --- a/erpnext/accounts/report/customer_ledger_summary/test_customer_ledger_summary.py +++ b/erpnext/accounts/report/customer_ledger_summary/test_customer_ledger_summary.py @@ -188,8 +188,8 @@ class TestCustomerLedgerSummary(AccountsTestMixin, IntegrationTestCase): "customer_name": "_Test Customer", "party_name": "_Test Customer", "opening_balance": 0, - "invoiced_amount": 200.0, - "paid_amount": 100.0, + "invoiced_amount": 100.0, + "paid_amount": 0.0, "return_amount": 100.0, "closing_balance": 0.0, "currency": "INR",