From c0ea0e52b30b765b002d7285394e2499f6f1f034 Mon Sep 17 00:00:00 2001 From: link2xt Date: Thu, 25 Sep 2025 18:26:11 +0000 Subject: [PATCH] test: do not match call ID from second alice with first alice event --- src/calls/calls_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calls/calls_tests.rs b/src/calls/calls_tests.rs index 321e3b62a..254b06d08 100644 --- a/src/calls/calls_tests.rs +++ b/src/calls/calls_tests.rs @@ -130,7 +130,7 @@ async fn accept_call() -> Result { assert_eq!( ev, EventType::OutgoingCallAccepted { - msg_id: alice2_call.id, + msg_id: alice_call.id, accept_call_info: ACCEPT_INFO.to_string() } );