diff --git a/tests/test_readers.py b/tests/test_readers.py index 02d6c122..299aa378 100644 --- a/tests/test_readers.py +++ b/tests/test_readers.py @@ -57,10 +57,10 @@ class RstReaderTest(unittest.TestCase): # otherwise, typogrify should be applied content, _ = readers.read_file(_filename('article.rst'), settings={'TYPOGRIFY': True}) - expected = "
This is some content. With some stuff to "\ + expected = u"
This is some content. With some stuff to "\ "“typogrify”.
\nNow with added "\ 'support for '\ - 'TLA.
\n' + 'TLA.\n' self.assertEqual(content, expected) except ImportError: