Make sytest not fail
This commit is contained in:
parent
1c85b0fd05
commit
8328eeb5ac
3 changed files with 19 additions and 25 deletions
|
@ -55,8 +55,7 @@ use ruma_events::{
|
|||
};
|
||||
use ruma_identifiers::{DeviceId, RoomAliasId, RoomId, RoomVersionId, UserId};
|
||||
use serde_json::{json, value::RawValue};
|
||||
|
||||
use crate::{server_server, utils, Database, MatrixResult, Ruma};
|
||||
use crate::{utils, Database, MatrixResult, Ruma};
|
||||
|
||||
const GUEST_NAME_LENGTH: usize = 10;
|
||||
const DEVICE_ID_LENGTH: usize = 10;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue