We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed87808 commit 586d445Copy full SHA for 586d445
server/src/model/user.rs
@@ -277,8 +277,8 @@ mod tests {
277
#[test_case("john.doe@contoso.com")]
278
#[test_case("john.doe@contoso.net")]
279
#[test_case("john.doe@contoso.org")]
280
- #[test_case("john.doe@contoso.games")]
281
- #[test_case("john.doe-1980@contoso.games")]
+ #[test_case("john.doe@contoso.company")]
+ #[test_case("john.doe-1980@contoso.company")]
282
fn is_valid_email(email: &str) {
283
assert!(super::valid_email(email).is_ok());
284
}
0 commit comments