Skip to content

Commit c78d217

Browse files
committed
Restore previous MX test
1 parent 6a9a5b5 commit c78d217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/sanctionco/jmail/dns/DNSLookupUtilTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ void canLookupValidMXRecord() {
1111
assertThat(DNSLookupUtil.hasMXRecord("gmail.com")).isTrue();
1212
assertThat(DNSLookupUtil.hasMXRecord("yahoo.com")).isTrue();
1313
assertThat(DNSLookupUtil.hasMXRecord("hotmail.com")).isTrue();
14-
assertThat(DNSLookupUtil.hasMXRecord("alaska.edu")).isTrue();
14+
assertThat(DNSLookupUtil.hasMXRecord("utexas.edu")).isTrue();
1515
}
1616

1717
@Test

0 commit comments

Comments
 (0)