Commit 49eea47a authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

CodingStyleTestCase: output errors for all portal types in test_DuplicateActions.

parent 0ed74510
......@@ -290,7 +290,7 @@ class CodingStyleTestCase(ERP5TypeTestCase):
'category': action_category,
'action_name': action_name,
})
self.assertEqual(duplicate_action_list, [])
self.assertEqual(duplicate_action_list, [])
def test_workflow_consistency(self):
self.maxDiff = None
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment