Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
amaury1093 committed Oct 11, 2023
1 parent 7908311 commit 3fcd732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/smtp/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ mod tests {
let runtime = Runtime::new().unwrap();

let to_email = EmailAddress::from_str("[email protected]").unwrap();
let host = Name::from_str("gmail.com").unwrap();
let host = Name::from_str("alt4.aspmx.l.google.com.").unwrap();
let mut input = CheckEmailInput::default();
input.set_smtp_timeout(Some(Duration::from_millis(1)));

Expand Down

0 comments on commit 3fcd732

Please sign in to comment.