mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
Ensure we can send a second frame
This commit is contained in:
parent
723fa83909
commit
69472f7823
@ -228,6 +228,10 @@ async fn test_basic_calls(
|
|||||||
panic!("unexpected event")
|
panic!("unexpected event")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
display.send_frame(frame.clone());
|
||||||
|
deterministic.run_until_parked();
|
||||||
|
assert_eq!(events_b.borrow().len(), 2);
|
||||||
|
|
||||||
// User A leaves the room.
|
// User A leaves the room.
|
||||||
active_call_a.update(cx_a, |call, cx| {
|
active_call_a.update(cx_a, |call, cx| {
|
||||||
call.hang_up(cx).unwrap();
|
call.hang_up(cx).unwrap();
|
||||||
|
Loading…
Reference in New Issue
Block a user