mirror of https://github.com/flaggo/pydu.git
repaire test case error
This commit is contained in:
parent
d1b0517114
commit
79827ac7ef
|
@ -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'中文'
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue