From 98ea96d7ee69daa99d9bbfe43f16d15212e2e641 Mon Sep 17 00:00:00 2001 From: Marc Durepos Date: Tue, 27 Jun 2023 20:55:58 -0400 Subject: [PATCH] bemade_fsm: Final confirmation of functionality. Fixes #15. --- bemade_fsm/tests/test_so_task_contacts.py | 2 ++ 1 file changed, 2 insertions(+) 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