diff --git a/crates/matrix-sdk/tests/integration/room/joined.rs b/crates/matrix-sdk/tests/integration/room/joined.rs index df8f98fd1fb..6a8ba193b40 100644 --- a/crates/matrix-sdk/tests/integration/room/joined.rs +++ b/crates/matrix-sdk/tests/integration/room/joined.rs @@ -36,7 +36,7 @@ use wiremock::{ use crate::{ logged_in_client_with_server, mock_encryption_state, mock_sync, mock_sync_with_new_room, - synced_client + synced_client, }; #[async_test] async fn test_invite_user_by_id() {