We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a9a5b5 commit c78d217Copy full SHA for c78d217
src/test/java/com/sanctionco/jmail/dns/DNSLookupUtilTest.java
@@ -11,7 +11,7 @@ void canLookupValidMXRecord() {
11
assertThat(DNSLookupUtil.hasMXRecord("gmail.com")).isTrue();
12
assertThat(DNSLookupUtil.hasMXRecord("yahoo.com")).isTrue();
13
assertThat(DNSLookupUtil.hasMXRecord("hotmail.com")).isTrue();
14
- assertThat(DNSLookupUtil.hasMXRecord("alaska.edu")).isTrue();
+ assertThat(DNSLookupUtil.hasMXRecord("utexas.edu")).isTrue();
15
}
16
17
@Test
0 commit comments