summaryrefslogtreecommitdiff
path: root/cliff/tests/test_app.py
diff options
context:
space:
mode:
Diffstat (limited to 'cliff/tests/test_app.py')
-rw-r--r--cliff/tests/test_app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cliff/tests/test_app.py b/cliff/tests/test_app.py
index 41a28b7..12a42f4 100644
--- a/cliff/tests/test_app.py
+++ b/cliff/tests/test_app.py
@@ -493,7 +493,7 @@ class TestIO(base.TestBase):
# The word "test" with the e replaced by
# Unicode latin small letter e with acute,
# U+00E9, utf-8 encoded as 0xC3 0xA9
- text = u't\u00E9st'
+ text = 't\u00E9st'
text_utf8 = text.encode('utf-8')
# In PY3 you can't write encoded bytes to a text writer