mirror of
https://github.com/urbit/shrub.git
synced 2024-11-29 14:57:12 +03:00
Fix tests that broke due to mug order change.
This commit is contained in:
parent
46a23a970a
commit
831d7f25b3
@ -887,13 +887,13 @@
|
||||
%- as-octs:mimes:html
|
||||
'''
|
||||
id: 0
|
||||
data: {"ok":"ok","response":"poke","id":0}
|
||||
data: {"ok":"ok","id":0,"response":"poke"}
|
||||
|
||||
id: 1
|
||||
data: {"ok":"ok","response":"subscribe","id":1}
|
||||
data: {"ok":"ok","id":1,"response":"subscribe"}
|
||||
|
||||
id: 2
|
||||
data: {"response":"diff","id":1,"json":[1,2]}
|
||||
data: {"json":[1,2],"id":1,"response":"diff"}
|
||||
|
||||
|
||||
'''
|
||||
|
Loading…
Reference in New Issue
Block a user