mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-12 05:47:46 +01:00
fixed unit-test to properly detect if decode worked
This commit is contained in:
parent
b80ed371ef
commit
102cc0443d
@ -60,7 +60,7 @@ public class BuildAndDecodeTest {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void buildAndDecodeTest() throws BrutException {
|
public void buildAndDecodeTest() throws BrutException {
|
||||||
assertTrue(sTestNewDir.hashCode() == sTestNewDir.hashCode());
|
assertTrue(sTestNewDir.isDirectory());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
Loading…
Reference in New Issue
Block a user