1
0
Fork 0
ruma/crates/ruma-state-res/tests/it/resolve/fixtures/topic-vs-power-levels-bob.json
Kévin Commaille 4083195d12 state-res: Move all unit tests of resolve() as snapshot tests
Allows to get rid of some functions and types in unit tests by reusing
the ones from the snapshot tests.

Also snapshot fixtures are easier to reuse.
2026-04-04 20:44:09 +02:00

21 lines
432 B
JSON

[
{
"event_id": "$01-m-room-topic-bob",
"room_id": "!room:example.com",
"sender": "@bob:example.com",
"type": "m.room.topic",
"content": {
"topic": "Room topic"
},
"state_key": "",
"origin_server_ts": 8,
"prev_events": [
"$01-m-room-power_levels"
],
"auth_events": [
"$00-m-room-create",
"$01-m-room-power_levels",
"$00-m-room-member-join-bob"
]
}
]