From ad7efd59394aa645f72ff2aa5618a39c4b2277b2 Mon Sep 17 00:00:00 2001 From: ruthra kumar Date: Fri, 28 Jun 2024 20:38:32 +0530 Subject: [PATCH] chore: better test name --- .../doctype/unreconcile_payment/test_unreconcile_payment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/accounts/doctype/unreconcile_payment/test_unreconcile_payment.py b/erpnext/accounts/doctype/unreconcile_payment/test_unreconcile_payment.py index 882dd1d6dab..43dfbfaef60 100644 --- a/erpnext/accounts/doctype/unreconcile_payment/test_unreconcile_payment.py +++ b/erpnext/accounts/doctype/unreconcile_payment/test_unreconcile_payment.py @@ -107,7 +107,7 @@ class TestUnreconcilePayment(AccountsTestMixin, FrappeTestCase): self.assertEqual(len(pe.references), 1) 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 Unreconcile only one payment from one invoice