Skip to content

Commit d02c34d

Browse files
committed
chore: add additional example room mapping
1 parent 2053a8a commit d02c34d

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed

tests/protocols/__snapshots__/test_v1_protocol.ambr

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,50 @@
7777
]
7878
'''
7979
# ---
80+
# name: test_decode_rpc_payload[get_room_mapping2]
81+
20001
82+
# ---
83+
# name: test_decode_rpc_payload[get_room_mapping2].1
84+
'''
85+
[
86+
[
87+
16,
88+
"2537178",
89+
6
90+
],
91+
[
92+
17,
93+
"2537175",
94+
14
95+
],
96+
[
97+
18,
98+
"2537174",
99+
13
100+
],
101+
[
102+
19,
103+
"2537176",
104+
14
105+
],
106+
[
107+
20,
108+
"10655627",
109+
12
110+
],
111+
[
112+
21,
113+
"2537145",
114+
2
115+
],
116+
[
117+
22,
118+
"2537147",
119+
12
120+
]
121+
]
122+
'''
123+
# ---
80124
# name: test_decode_rpc_payload[get_room_mapping]
81125
20001
82126
# ---
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"t":1759590351,"dps":{"102":"{\"id\":20001,\"result\":[[16, \"2537178\", 6], [17, \"2537175\", 14], [18, \"2537174\", 13], [19, \"2537176\", 14], [20, \"10655627\", 12], [21, \"2537145\", 2], [22, \"2537147\", 12]]}"}}

0 commit comments

Comments
 (0)