mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-27 18:48:31 +00:00
refactor(test): fix test data; no double counting
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user