mirror of
https://github.com/revanced/jadb.git
synced 2024-11-19 10:39:23 +01:00
vidstige/jadb#11 fixes for broken tests
This commit is contained in:
parent
7dac3eb714
commit
a70ecc4f0c
@ -46,7 +46,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");
|
||||
File f = new File("test/data/Tiniest_Smallest_APK_ever_v_platformBuildVersionName=_apkpure.com.apk");
|
||||
pm.install(f);
|
||||
pm.uninstall(new Package("b.a"));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user