From a9513e6f73ea01d70e6f6ef0f59fd9bf9bd69a62 Mon Sep 17 00:00:00 2001 From: Yousef Moazzam Date: Thu, 29 May 2025 23:55:38 +0100 Subject: [PATCH] test: remove import of unused `sync_timeline_event!` macro in timeline subscribe test module --- crates/matrix-sdk-ui/tests/integration/timeline/subscribe.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/matrix-sdk-ui/tests/integration/timeline/subscribe.rs b/crates/matrix-sdk-ui/tests/integration/timeline/subscribe.rs index 36f84eabb..23f21ee7b 100644 --- a/crates/matrix-sdk-ui/tests/integration/timeline/subscribe.rs +++ b/crates/matrix-sdk-ui/tests/integration/timeline/subscribe.rs @@ -20,7 +20,7 @@ use eyeball_im::VectorDiff; use futures_util::StreamExt; use matrix_sdk::{config::SyncSettings, test_utils::logged_in_client_with_server}; use matrix_sdk_test::{ - async_test, event_factory::EventFactory, mocks::mock_encryption_state, sync_timeline_event, + async_test, event_factory::EventFactory, mocks::mock_encryption_state, GlobalAccountDataTestEvent, JoinedRoomBuilder, SyncResponseBuilder, ALICE, BOB, }; use matrix_sdk_ui::timeline::{RoomExt, TimelineDetails};