mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 16:34:46 +00:00
fix: Rename test to reflect changes in code
This commit is contained in:
@@ -632,7 +632,7 @@ class TestPurchaseOrder(unittest.TestCase):
|
|||||||
else:
|
else:
|
||||||
raise Exception
|
raise Exception
|
||||||
|
|
||||||
def test_terms_does_not_copy(self):
|
def test_terms_are_not_copied_if_automatically_fetch_payment_terms_is_unchecked(self):
|
||||||
po = create_purchase_order()
|
po = create_purchase_order()
|
||||||
|
|
||||||
self.assertTrue(po.get('payment_schedule'))
|
self.assertTrue(po.get('payment_schedule'))
|
||||||
|
|||||||
Reference in New Issue
Block a user