mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-13 18:45:44 -04:00
test: remove import of unused sync_timeline_event! macro in timeline subscribe test module
This commit is contained in:
committed by
Damir Jelić
parent
5f0bcef5ce
commit
a9513e6f73
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user