mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 01:16:31 +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!(
|
assert_eq!(
|
||||||
ev,
|
ev,
|
||||||
EventType::OutgoingCallAccepted {
|
EventType::OutgoingCallAccepted {
|
||||||
msg_id: alice2_call.id,
|
msg_id: alice_call.id,
|
||||||
accept_call_info: ACCEPT_INFO.to_string()
|
accept_call_info: ACCEPT_INFO.to_string()
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user