mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 18:21:22 +00:00
test: fix test due to rename change
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user