mirror of
https://github.com/capnproto/pycapnp.git
synced 2025-03-04 08:24:43 +01:00
Fix another typo in test
This commit is contained in:
parent
34e98881b1
commit
20d7104111
1 changed files with 1 additions and 1 deletions
|
@ -105,4 +105,4 @@ def test_unicode_str(all_types):
|
|||
else:
|
||||
msg.textField = "f\u00e6oo"
|
||||
|
||||
assert msg.textField == u"f\u00e6oo"
|
||||
assert msg.textField == "f\u00e6oo"
|
||||
|
|
Loading…
Add table
Reference in a new issue