Skip to content

Commit

Permalink
test: remove state check for starting location
Browse files Browse the repository at this point in the history
  • Loading branch information
torrybr committed Jul 22, 2024
1 parent 220832d commit 91e91e9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crates/matrix-sdk/tests/integration/room/joined.rs
Original file line number Diff line number Diff line change
Expand Up @@ -793,9 +793,6 @@ async fn test_start_live_location_share_for_room() {

let response = room.start_live_location_share(3000, None).await.unwrap();
assert_eq!(event_id!("$h29iv0s8:example.com"), response.event_id);

let state_events = room.get_state_events(StateEventType::BeaconInfo).await.unwrap();
assert_eq!(state_events.len(), 1);
}

#[async_test]
Expand Down

0 comments on commit 91e91e9

Please sign in to comment.