From 3011b1164fb6160dedf0dba26989f9e7a8a9660c Mon Sep 17 00:00:00 2001 From: bitfl0wer Date: Tue, 9 May 2023 19:30:52 +0200 Subject: [PATCH] Change test_registration --- src/api/auth/register.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/auth/register.rs b/src/api/auth/register.rs index be4b56b..186be78 100644 --- a/src/api/auth/register.rs +++ b/src/api/auth/register.rs @@ -100,7 +100,7 @@ mod test { AuthUsername::new("Hiiii".to_string()).unwrap(), Some(AuthPassword::new("mysupersecurepass123!".to_string()).unwrap()), true, - Some(AuthEmail::new("four5@aaaa.xyz".to_string()).unwrap()), + Some(AuthEmail::new("four7@aaaa.xyz".to_string()).unwrap()), None, None, Some("2000-01-01".to_string()),