mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-25 01:34:02 +00:00
Ensure we can send a second frame
This commit is contained in:
parent
723fa83909
commit
69472f7823
1 changed files with 4 additions and 0 deletions
|
@ -228,6 +228,10 @@ async fn test_basic_calls(
|
|||
panic!("unexpected event")
|
||||
}
|
||||
|
||||
display.send_frame(frame.clone());
|
||||
deterministic.run_until_parked();
|
||||
assert_eq!(events_b.borrow().len(), 2);
|
||||
|
||||
// User A leaves the room.
|
||||
active_call_a.update(cx_a, |call, cx| {
|
||||
call.hang_up(cx).unwrap();
|
||||
|
|
Loading…
Reference in a new issue