refactor(test): fix test data; no double counting

This commit is contained in:
ruthra kumar
2025-07-28 15:48:41 +05:30
parent 56085fe6a9
commit 96c59e0435

View File

@@ -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",