From 20d71041118553f502a16ff4541298404a6cf9f9 Mon Sep 17 00:00:00 2001 From: Jason Paryani Date: Wed, 18 Dec 2013 13:10:33 -0800 Subject: [PATCH] Fix another typo in test --- test/test_struct.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_struct.py b/test/test_struct.py index 0bd9e28..3199c65 100644 --- a/test/test_struct.py +++ b/test/test_struct.py @@ -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"