mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
test: do not match call ID from second alice with first alice event
This commit is contained in:
@@ -130,7 +130,7 @@ async fn accept_call() -> Result<CallSetup> {
|
||||
assert_eq!(
|
||||
ev,
|
||||
EventType::OutgoingCallAccepted {
|
||||
msg_id: alice2_call.id,
|
||||
msg_id: alice_call.id,
|
||||
accept_call_info: ACCEPT_INFO.to_string()
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user