Skip to content

Commit c2fe37f

Browse files
committed
chore: add additional example room mapping
1 parent a91c708 commit c2fe37f

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
@@ -93,6 +93,50 @@
9393
]
9494
'''
9595
# ---
96+
# name: test_decode_rpc_payload[get_room_mapping2]
97+
20001
98+
# ---
99+
# name: test_decode_rpc_payload[get_room_mapping2].1
100+
'''
101+
[
102+
[
103+
16,
104+
"2537178",
105+
6
106+
],
107+
[
108+
17,
109+
"2537175",
110+
14
111+
],
112+
[
113+
18,
114+
"2537174",
115+
13
116+
],
117+
[
118+
19,
119+
"2537176",
120+
14
121+
],
122+
[
123+
20,
124+
"10655627",
125+
12
126+
],
127+
[
128+
21,
129+
"2537145",
130+
2
131+
],
132+
[
133+
22,
134+
"2537147",
135+
12
136+
]
137+
]
138+
'''
139+
# ---
96140
# name: test_decode_rpc_payload[get_room_mapping]
97141
20001
98142
# ---
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)