diff --git a/tests/common.rs b/tests/common.rs index bce80d7..e692227 100644 --- a/tests/common.rs +++ b/tests/common.rs @@ -19,9 +19,9 @@ pub async fn new_user_character(entity_gateway: &mut EG, user password: bcrypt::hash(password, 5).unwrap(), guildcard: 1, team_id: None, - banned: false, - muted_until: SystemTime::now(), - created_at: SystemTime::now(), + banned_until: None, + muted_until: None, + created_at: chrono::Utc::now(), flags: 0, };