test: fix test due to rename change
This commit is contained in:
parent
4128aa7628
commit
03a6c38f06
@ -673,6 +673,8 @@ class TestSalesOrder(unittest.TestCase):
|
||||
|
||||
so.cancel()
|
||||
|
||||
dn.load_from_db()
|
||||
|
||||
self.assertRaises(frappe.CancelledLinkError, dn.submit)
|
||||
|
||||
def test_service_type_product_bundle(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user