mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-24 15:39:20 +00:00
chore: better test name
This commit is contained in:
@@ -107,7 +107,7 @@ class TestUnreconcilePayment(AccountsTestMixin, FrappeTestCase):
|
|||||||
self.assertEqual(len(pe.references), 1)
|
self.assertEqual(len(pe.references), 1)
|
||||||
self.assertEqual(pe.unallocated_amount, 100)
|
self.assertEqual(pe.unallocated_amount, 100)
|
||||||
|
|
||||||
def test_02_unreconcile_one_payment_from_multi_payments(self):
|
def test_02_unreconcile_one_payment_among_multi_payments(self):
|
||||||
"""
|
"""
|
||||||
Scenario: 2 payments, both split against 2 different invoices
|
Scenario: 2 payments, both split against 2 different invoices
|
||||||
Unreconcile only one payment from one invoice
|
Unreconcile only one payment from one invoice
|
||||||
|
|||||||
Reference in New Issue
Block a user