Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTango committed Jul 2, 2019
1 parent 9eb351a commit 9855740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plone/app/blocks/tests/test_tiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def testRenderTiles(self):
self.assertIn('This is a demo tile with id tile2', result)
self.assertIn('This is a demo tile with id tile3', result)
self.assertIn('This is a demo tile with id tile4', result)
self.assertIn('Umlauts: Übertile', result)
self.assertIn(u'Umlauts: Übertile', result)

def testRenderTilesError(self):
serializer = getHTMLSerializer([testLayout2])
Expand Down

0 comments on commit 9855740

Please sign in to comment.