base: Fix some lint issues.
parent
27d9cf04de
commit
a80aa4c2ad
|
@ -224,11 +224,9 @@ mod test {
|
|||
use crate::{
|
||||
identifiers::{room_id, user_id},
|
||||
push::Ruleset,
|
||||
BaseClient, BaseClientConfig, Session,
|
||||
Session,
|
||||
};
|
||||
|
||||
use matrix_sdk_test::{sync_response, SyncResponseFile};
|
||||
|
||||
#[tokio::test]
|
||||
async fn test_store_client_state() {
|
||||
let dir = tempdir().unwrap();
|
||||
|
|
Loading…
Reference in New Issue