diff options
Diffstat (limited to 'python/tests/group_session_test.py')
-rw-r--r-- | python/tests/group_session_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests/group_session_test.py b/python/tests/group_session_test.py index 3942024..b45fbb6 100644 --- a/python/tests/group_session_test.py +++ b/python/tests/group_session_test.py @@ -125,7 +125,7 @@ class TestClass(object): plaintext, _ = inbound.decrypt(text) print(plaintext) - assert plaintext == "�" + assert plaintext == u"�" plaintext, _ = inbound.decrypt(text, "ignore") assert plaintext == "" |