WIP: Add test for panic, temporarily rollback synchronization changes
This commit is contained in:
parent
fd8e6110b1
commit
5365fd2149
3 changed files with 102 additions and 9 deletions
|
@ -39,3 +39,7 @@ fn room_participants(room: &ModelHandle<Room>, cx: &mut TestAppContext) -> RoomP
|
|||
RoomParticipants { remote, pending }
|
||||
})
|
||||
}
|
||||
|
||||
fn channel_id(room: &ModelHandle<Room>, cx: &mut TestAppContext) -> u64 {
|
||||
cx.read(|cx| room.read(cx).channel_id().unwrap())
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue