style: fix code style in test

This commit is contained in:
Skylot
2019-07-10 21:32:11 +03:00
parent 12bb632371
commit 0c5a83c021
@@ -2,12 +2,12 @@ package jadx.core.dex.instructions.args;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.*;
import static org.junit.jupiter.api.Assertions.assertEquals;
class ArgTypeTest {
@Test
void testEqualsOfGenericTypes() {
public void testEqualsOfGenericTypes() {
ArgType first = ArgType.generic("java.lang.List", ArgType.STRING);
ArgType second = ArgType.generic("Ljava/lang/List;", ArgType.STRING);