Remove flag parameter from requestArchive method

Test: AppArchiveButtonTest
Bug: 315967626
Change-Id: I7cb40304aae19a3deaac72ae8a4d613ff6c255ec
This commit is contained in:
Mark Kim
2024-01-16 14:59:07 +00:00
parent 3c71a5ff22
commit f1587da7af
2 changed files with 2 additions and 3 deletions

View File

@@ -136,8 +136,7 @@ class AppArchiveButtonTest {
verify(packageInstaller).requestArchive(
eq(PACKAGE_NAME),
any(),
eq(0)
any()
)
}