Skip to content

Commit 3aa6b46

Browse files
committed
fix(android): drop the manifest installArgs the type no longer declares
#2619 copied the snapshot helper manifest fixture after #2618 deleted `installArgs` from AndroidSnapshotHelperManifest, so the new fixture failed typecheck on main: the field is parsed by no one and the leniency case is already covered in snapshot-helper.test.ts. Repair for the breakage on main (2cafab3), unrelated to the settings vocabulary refactor it blocks here.
1 parent 7dc44d6 commit 3aa6b46

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/platform-android/src/__tests__/snapshot-helper-install.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ const manifest: AndroidSnapshotHelperManifest = {
2626
targetSdk: 36,
2727
outputFormat: 'uiautomator-xml',
2828
statusProtocol: 'android-snapshot-helper-v1',
29-
installArgs: ['install', '-r'],
3029
};
3130

3231
beforeEach(() => {

0 commit comments

Comments
 (0)