diff --git a/tests/common.rs b/tests/common.rs index e692227..1eebef3 100644 --- a/tests/common.rs +++ b/tests/common.rs @@ -15,6 +15,7 @@ use libpso::{utf8_to_array, utf8_to_utf16_array}; pub async fn new_user_character(entity_gateway: &mut EG, username: &str, password: &str) -> (UserAccountEntity, CharacterEntity) { let new_user = NewUserAccountEntity { + email: format!("{}@pso.com", username), username: username.into(), password: bcrypt::hash(password, 5).unwrap(), guildcard: 1,