diff --git a/product/ERP5/tests/testBug.py b/product/ERP5/tests/testBug.py index cbaa5b0382342876231b94c6d95c2771ccfc5d0e..1cc8a1147174e92983da0f9f5474f137e7d10468 100644 --- a/product/ERP5/tests/testBug.py +++ b/product/ERP5/tests/testBug.py @@ -325,7 +325,7 @@ class TestBug(ERP5TypeTestCase): def stepReAssignBug(self, sequence=None, sequence_list=None, **kw): """ - Close the bug. + Re Assign the bug. """ bug = sequence.get('bug') self.workflow_tool.doActionFor(bug, 're_assign_action', send_event=1)