mirror of
https://github.com/revanced/Apktool.git
synced 2025-06-12 21:27:36 +02:00
fixed unit-test to properly detect if decode worked
This commit is contained in:
@ -60,7 +60,7 @@ public class BuildAndDecodeTest {
|
||||
|
||||
@Test
|
||||
public void buildAndDecodeTest() throws BrutException {
|
||||
assertTrue(sTestNewDir.hashCode() == sTestNewDir.hashCode());
|
||||
assertTrue(sTestNewDir.isDirectory());
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Reference in New Issue
Block a user