mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 23:52:57 +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",
|
"customer_name": "_Test Customer",
|
||||||
"party_name": "_Test Customer",
|
"party_name": "_Test Customer",
|
||||||
"opening_balance": 0,
|
"opening_balance": 0,
|
||||||
"invoiced_amount": 200.0,
|
"invoiced_amount": 100.0,
|
||||||
"paid_amount": 100.0,
|
"paid_amount": 0.0,
|
||||||
"return_amount": 100.0,
|
"return_amount": 100.0,
|
||||||
"closing_balance": 0.0,
|
"closing_balance": 0.0,
|
||||||
"currency": "INR",
|
"currency": "INR",
|
||||||
|
|||||||
Reference in New Issue
Block a user