mirror of
https://github.com/google/nomulus
synced 2026-09-06 16:17:13 +00:00
Clean up minor items found during DiRT
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=151125802
This commit is contained in:
@@ -45,7 +45,7 @@ public class DomainNameUtilsTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testCanonicalizeDomainName_acePrefixUnicodeChars() {
|
||||
public void testCanonicalizeDomainName_acePrefixUnicodeChars() throws Exception {
|
||||
thrown.expect(IllegalArgumentException.class);
|
||||
canonicalizeDomainName("xn--みんな");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user