Skip to content

Commit

Permalink
fix: test formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
torrybr committed Nov 10, 2024
1 parent f1258f0 commit 29a2552
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/matrix-sdk/tests/integration/room/beacon/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ async fn test_subscribe_to_live_location_shares() {
}),
None,
)
.await;
.await;
let sync_settings = SyncSettings::new().timeout(Duration::from_millis(3000));
let _response = client.sync_once(sync_settings.clone()).await.unwrap();
server.reset().await;
Expand Down Expand Up @@ -343,7 +343,7 @@ async fn test_subscribe_to_live_location_shares_with_multiple_users() {
}),
None,
)
.await;
.await;
let sync_settings = SyncSettings::new().timeout(Duration::from_millis(3000));
let _response = client.sync_once(sync_settings.clone()).await.unwrap();
server.reset().await;
Expand Down

0 comments on commit 29a2552

Please sign in to comment.