tests/test-wireproto.py
changeset 25708 d3d32643c060
parent 20686 c69f62906358
child 25912 cbbdd085c991
--- a/tests/test-wireproto.py	Wed Jul 01 17:51:57 2015 -0500
+++ b/tests/test-wireproto.py	Tue Jun 30 19:19:17 2015 -0400
@@ -43,6 +43,6 @@
 
 print clt.greet("Foobar")
 b = clt.batch()
-fs = [b.greet(s) for s in ["Fo, =;o", "Bar"]]
+fs = [b.greet(s) for s in ["Fo, =;:<o", "Bar"]]
 b.submit()
 print [f.value for f in fs]