test: remove import of unused sync_timeline_event! macro in timeline subscribe test module

This commit is contained in:
Yousef Moazzam
2025-05-29 23:55:38 +01:00
committed by Damir Jelić
parent 5f0bcef5ce
commit a9513e6f73

View File

@@ -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};