mirror of
https://github.com/revanced/jadb.git
synced 2025-02-11 17:46:47 +01:00
fix test
This commit is contained in:
parent
71388516fe
commit
96f2b1fa05
@ -47,7 +47,7 @@ public class PackageMangerTests {
|
||||
@Test
|
||||
public void testInstallUninstallCycle() throws Exception {
|
||||
File f = new File("test/data/Tiniest Smallest APK ever_v' platformBuildVersionName=_apkpure.com.apk");
|
||||
pm.install(f);
|
||||
pm.install(f, false);
|
||||
pm.uninstall(new Package("b.a"));
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user