fix: Rename test to reflect changes in code

This commit is contained in:
GangaManoj 2021-08-04 03:15:13 +05:30
parent f99696b75d
commit 8328f45230

View File

@ -632,7 +632,7 @@ class TestPurchaseOrder(unittest.TestCase):
else:
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()
self.assertTrue(po.get('payment_schedule'))