diff options
Diffstat (limited to 'python/tests/session_test.py')
-rw-r--r-- | python/tests/session_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests/session_test.py b/python/tests/session_test.py index 56a6b83..dce37c5 100644 --- a/python/tests/session_test.py +++ b/python/tests/session_test.py @@ -151,4 +151,4 @@ class TestClass(object): bob_session = InboundSession(bob, message) plaintext = bob_session.decrypt(message) - assert plaintext == "�" + assert plaintext == u"�" |