Skip to content

Commit 586d445

Browse files
committed
remove .games use
1 parent ed87808 commit 586d445

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/src/model/user.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,8 @@ mod tests {
277277
#[test_case("john.doe@contoso.com")]
278278
#[test_case("john.doe@contoso.net")]
279279
#[test_case("john.doe@contoso.org")]
280-
#[test_case("john.doe@contoso.games")]
281-
#[test_case("john.doe-1980@contoso.games")]
280+
#[test_case("john.doe@contoso.company")]
281+
#[test_case("john.doe-1980@contoso.company")]
282282
fn is_valid_email(email: &str) {
283283
assert!(super::valid_email(email).is_ok());
284284
}

0 commit comments

Comments
 (0)