summaryrefslogtreecommitdiffstats
path: root/tests/data.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data.py')
-rw-r--r--tests/data.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/data.py b/tests/data.py
index 92df4aa3a..cf646ea9d 100644
--- a/tests/data.py
+++ b/tests/data.py
@@ -36,4 +36,3 @@ utf8_bytes = '\xd0\x9f\xd0\xb0\xd0\xb2\xd0\xb5\xd0\xbb'
unicode_str = u'\u041f\u0430\u0432\u0435\u043b'
assert utf8_bytes.decode('UTF-8') == unicode_str
assert unicode_str.encode('UTF-8') == utf8_bytes
-assert utf8_bytes != unicode_str