diff options
Diffstat (limited to 'tests/test_application.py')
-rw-r--r-- | tests/test_application.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_application.py b/tests/test_application.py index 648830989..860da75df 100644 --- a/tests/test_application.py +++ b/tests/test_application.py @@ -42,7 +42,7 @@ def test_events(app, status, warning): def test_emit_with_nonascii_name_node(app, status, warning): - node = nodes.section(names=[u'\u65e5\u672c\u8a9e']) + node = nodes.section(names=['\u65e5\u672c\u8a9e']) app.emit('my_event', node) |