style: fix code style in test
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user