Commit 8ace3a9d authored by Lucas Carvalho's avatar Lucas Carvalho

Fixed assert value.

parent 3e14adc7
......@@ -149,7 +149,7 @@ class TestShaDir(ShaDirMixin, ERP5TypeTestCase):
self.assertEquals(self.key, data_set.getReference())
self.assertEquals('Published', data_set.getValidationStateTitle())
self.assertEquals(10, len(self.portal.document_module))
self.assertEquals(11, len(self.portal.document_module))
def test_get_information_for_single_data_set(self):
"""
......
45
\ No newline at end of file
46
\ No newline at end of file
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