repaire test case error

This commit is contained in:
agnewee 2017-12-05 00:57:23 +08:00
parent d1b0517114
commit 79827ac7ef
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ def test_safeunicode():
assert safeunicode(1) == u'1'
assert safeunicode('中文') == u'中文'
assert safeunicode(u'hell0') == u'hello'
assert safeunicode(u'hello') == u'hello'
assert safeunicode(u'中文') == u'中文'