test: fix test due to rename change

This commit is contained in:
Ankush Menat 2021-07-26 22:24:25 +05:30
parent 4128aa7628
commit 03a6c38f06
No known key found for this signature in database
GPG Key ID: CB36108D7E7ECE21

View File

@ -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):