commit | 7244afe129b836b54af2a2376694bdbd705ac83a | [log] [tgz] |
---|---|---|
author | GangaManoj <ganga.manoj98@gmail.com> | Wed Aug 04 03:15:13 2021 +0530 |
committer | GangaManoj <ganga.manoj98@gmail.com> | Mon Aug 09 18:53:13 2021 +0530 |
tree | 71bbe9956897353eed9efef725f1092fd6a0180e | |
parent | 54d1336d113de3962db6e6e55e0fa4225c84d924 [diff] |
fix: Rename test to reflect changes in code
diff --git a/erpnext/buying/doctype/purchase_order/test_purchase_order.py b/erpnext/buying/doctype/purchase_order/test_purchase_order.py index 474c9cf..d7db27c 100644 --- a/erpnext/buying/doctype/purchase_order/test_purchase_order.py +++ b/erpnext/buying/doctype/purchase_order/test_purchase_order.py
@@ -632,7 +632,7 @@ 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'))