test: do not match call ID from second alice with first alice event

This commit is contained in:
link2xt
2025-09-25 18:26:11 +00:00
committed by l
parent e6a3daacb3
commit c0ea0e52b3

View File

@@ -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()
}
);