Commit c67f2d25 authored by Łukasz Nowak's avatar Łukasz Nowak

- small typo


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38120 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6c65a687
......@@ -3585,7 +3585,7 @@ class TestCMFActivity(ERP5TypeTestCase, LogInterceptor):
# restore originals ones
portal.setPlacelessDefaultReindexParameters(**original_reindex_parameters)
person = portal.person_module.newContent(portal_type='Person')
# .. now now messages with this tag should apper
# .. now no messages with this tag should apper
self.assertEquals(0, portal.portal_activities.countMessageWithTag(tag))
def TryNotificationSavedOnEventLogWhenNotifyUserRaises(self, activity):
......
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