mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-05 13:24:47 +00:00
test: fix test due to rename change
This commit is contained in:
@@ -673,6 +673,8 @@ class TestSalesOrder(unittest.TestCase):
|
|||||||
|
|
||||||
so.cancel()
|
so.cancel()
|
||||||
|
|
||||||
|
dn.load_from_db()
|
||||||
|
|
||||||
self.assertRaises(frappe.CancelledLinkError, dn.submit)
|
self.assertRaises(frappe.CancelledLinkError, dn.submit)
|
||||||
|
|
||||||
def test_service_type_product_bundle(self):
|
def test_service_type_product_bundle(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user