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