summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtest.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test.py b/test.py
index 25c20c8..6e4bac4 100755
--- a/test.py
+++ b/test.py
@@ -150,13 +150,13 @@ def testid(s,t):
sendline(s,"room_message game room "+str(tid)+" 4")
sendraw(s,"kaas")
expect(s,"ok room_message")
- expect(t,"room_message "+str(sid)+" 4")
+ expect(t,"room_message game room "+str(sid)+" 4")
expectraw(t,"kaas")
sendline(t,"room_message game room "+str(sid)+" 256")
sendraw(t,"".join(chr(i) for i in range(256)))
expect(t,"ok room_message")
- expect(s,"room_message "+str(tid)+" 256")
+ expect(s,"room_message game room "+str(tid)+" 256")
expectraw(s,"".join(chr(i) for i in range(256)))