Skip to content

Commit

Permalink
chore: remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
torrybr committed Jan 17, 2025
1 parent a844b46 commit 1d1003c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/matrix-sdk/tests/integration/room/beacon/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -396,8 +396,6 @@ async fn test_observing_live_location_does_not_return_own_beacon_updates() {

let f = EventFactory::new().room(room_id);

let ts = Some(MilliSecondsSinceUnixEpoch(1_636_829_458_u64.try_into().unwrap()));

let joined_room_builder = JoinedRoomBuilder::new(room_id).add_state_bulk(vec![f
.event(BeaconInfoEventContent::new(None, Duration::from_secs(60), false, None))
.event_id(event_id)
Expand Down

0 comments on commit 1d1003c

Please sign in to comment.