diff --git a/test/test_parser/test_parser.py b/test/test_parser/test_parser.py index c47fd47c..f1a0da70 100644 --- a/test/test_parser/test_parser.py +++ b/test/test_parser/test_parser.py @@ -205,5 +205,5 @@ def test_param_splitting(): def test_unicode_string(): - s = pt.String(None, u'bö', (0, 0)) + s = pt.String(None, u('bö'), (0, 0)) assert repr(s) # Should not raise an Error!