Fix another typo in test
This commit is contained in:
@@ -105,4 +105,4 @@ def test_unicode_str(all_types):
|
|||||||
else:
|
else:
|
||||||
msg.textField = "f\u00e6oo"
|
msg.textField = "f\u00e6oo"
|
||||||
|
|
||||||
assert msg.textField == u"f\u00e6oo"
|
assert msg.textField == "f\u00e6oo"
|
||||||
|
|||||||
Reference in New Issue
Block a user