Skip to content

Commit

Permalink
fix a line too long
Browse files Browse the repository at this point in the history
  • Loading branch information
pilz committed Feb 4, 2015
1 parent eac255f commit 555e276
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/ploneintranet/workspace/tests/test_sidebar.py
Expand Up @@ -22,7 +22,7 @@ def create_workspace(self):
# return IWorkspace(workspace_folder)

def test_sidebar_children(self):
""" Create some test content and test if children method works
""" Create some test content and test if children method works
"""
self.login_as_portal_owner()
ws = self.create_workspace()
Expand Down Expand Up @@ -56,7 +56,8 @@ def test_sidebar_children(self):
"File with that title not found in sidebar navigation")

urls = [x['url'] for x in children]
self.assertIn('http://nohost/plone/example-workspace/myfolder/@@sidebar.default#items',
self.assertIn('http://nohost/plone/example-workspace/myfolder/'
'@@sidebar.default#items',
urls,
"Folder with that url not found in sidebar navigation")
classes = [x['cls'] for x in children]
Expand Down

0 comments on commit 555e276

Please sign in to comment.