Commit c0203466 authored by Jérome Perrin's avatar Jérome Perrin

test: fix wrongly named test method

parent 88719ec6
...@@ -122,7 +122,7 @@ class TestZODBHistory(ERP5TypeTestCase): ...@@ -122,7 +122,7 @@ class TestZODBHistory(ERP5TypeTestCase):
# should be: create(1) + edit(60) = 61 # should be: create(1) + edit(60) = 61
self.assertEqual(len(history_list), 61) self.assertEqual(len(history_list), 61)
def test_testZODBHistorySecurity(self): def test_ZODBHistorySecurity(self):
""" """
Make sure ZODB History is not available when user does not have "View History" permission. Make sure ZODB History is not available when user does not have "View History" permission.
""" """
......
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