fix tests
This commit is contained in:
parent
213d679e99
commit
fd6dc1fe5b
@ -19,9 +19,9 @@ pub async fn new_user_character<EG: EntityGateway>(entity_gateway: &mut EG, user
|
|||||||
password: bcrypt::hash(password, 5).unwrap(),
|
password: bcrypt::hash(password, 5).unwrap(),
|
||||||
guildcard: 1,
|
guildcard: 1,
|
||||||
team_id: None,
|
team_id: None,
|
||||||
banned: false,
|
banned_until: None,
|
||||||
muted_until: SystemTime::now(),
|
muted_until: None,
|
||||||
created_at: SystemTime::now(),
|
created_at: chrono::Utc::now(),
|
||||||
flags: 0,
|
flags: 0,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user