tests/test-wireproto-serverreactor.py
changeset 37723 e8fba6d578f0
parent 37682 cb71e0f9ac6f
child 37724 deff7cf7eefd
--- a/tests/test-wireproto-serverreactor.py	Sat Apr 14 12:07:31 2018 -0700
+++ b/tests/test-wireproto-serverreactor.py	Sat Apr 14 12:11:24 2018 -0700
@@ -185,7 +185,7 @@
             ffs(b'1 1 stream-begin command-data 0 ignored'))
         self.assertaction(result, b'error')
         self.assertEqual(result[1], {
-            b'message': b'expected command request frame; got 3',
+            b'message': b'expected command request frame; got 2',
         })
 
     def testunexpectedcommanddatareceiving(self):