Commit 6840aa16 authored by Hugo H. Maia Vieira's avatar Hugo H. Maia Vieira

Amend typo

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk/utils@41118 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 394d2a1f
......@@ -80,8 +80,8 @@ class TestOOGranulate(cloudoooTestCase):
def testGetImageWithoutSuccess(self):
"""Test if getImage() returns an empty string for not existent id"""
geted_image = self.oogranulate.getImage('anything.png')
self.assertEquals('', geted_image)
obtained_image = self.oogranulate.getImage('anything.png')
self.assertEquals('', obtained_image)
def testGetParagraphItemList(self):
"""Test if getParagraphItemList() returns the right paragraphs list"""
......
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