diff options
-rw-r--r-- | tests/test_parser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_parser.py b/tests/test_parser.py index 48b70ef3..fd820b9b 100644 --- a/tests/test_parser.py +++ b/tests/test_parser.py @@ -192,7 +192,7 @@ class ParserMissingArcDescriptionTest(CoverageTest): run_in_temp_dir = False def test_missing_arc_description(self): - text = textwrap.dedent("""\ + text = textwrap.dedent(u"""\ if x: print(2) print(3) |