Fix another typo in test

This commit is contained in:
Jason Paryani
2013-12-18 13:10:33 -08:00
parent 34e98881b1
commit 20d7104111

View File

@@ -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"