Renaming test class (removing rogue 't')
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
parent
21a78dea15
commit
6bbc26fab8
|
@ -29,7 +29,7 @@ import java.net.URLClassLoader;
|
|||
import org.eclipse.jetty.util.component.Dumpable;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
public class ClassLoaderDumptTest
|
||||
public class ClassLoaderDumpTest
|
||||
{
|
||||
@Test
|
||||
public void testSimple() throws Exception
|
Loading…
Reference in New Issue