Fix bad test class name

This commit is contained in:
Marcono1234 2021-09-11 16:46:03 +02:00 committed by Oleg Kalnichevski
parent 92f757eee3
commit 8e8774e6b5
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ import org.junit.Test;
/**
* Unit tests for DnsUtils.
*/
public class TesDnsUtils {
public class TestDnsUtils {
@Test
public void testNormalize() {