diff --git a/bemade_fsm/tests/test_so_task_contacts.py b/bemade_fsm/tests/test_so_task_contacts.py index 79d4a5b..00b156d 100644 --- a/bemade_fsm/tests/test_so_task_contacts.py +++ b/bemade_fsm/tests/test_so_task_contacts.py @@ -31,7 +31,9 @@ class TestSaleOrderTaskContacts(TestTaskTemplateSalesOrder): self.assertTrue(ga(task) == ga(so)) def test_work_order_contacts_on_task(self): + # Make sure work order contacts on the sales order transfer to the task on order confirmation self._test_contacts('work_order_contacts') def test_site_contacts_on_task(self): + # Make sure site contacts from the sales order transfer to the task on order confirmation self._test_contacts('site_contacts') \ No newline at end of file