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