Fix bad test class name
This commit is contained in:
parent
92f757eee3
commit
8e8774e6b5
|
@ -34,7 +34,7 @@ import org.junit.Test;
|
|||
/**
|
||||
* Unit tests for DnsUtils.
|
||||
*/
|
||||
public class TesDnsUtils {
|
||||
public class TestDnsUtils {
|
||||
|
||||
@Test
|
||||
public void testNormalize() {
|
Loading…
Reference in New Issue