mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-23 10:17:33 +01:00
Remove tmp files after running tests - accidentially broken in 28831ed .
This commit is contained in:
parent
e59d3bf84a
commit
27fd99ea8c
@ -54,7 +54,7 @@ public class BuildAndDecodeTest {
|
|||||||
|
|
||||||
@AfterClass
|
@AfterClass
|
||||||
public static void afterClass() throws BrutException {
|
public static void afterClass() throws BrutException {
|
||||||
//OS.rmdir(sTmpDir);
|
OS.rmdir(sTmpDir);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user