Skip to content

Commit

Permalink
Update PermissionsHelperTest
Browse files Browse the repository at this point in the history
  • Loading branch information
SM2A committed Mar 23, 2024
1 parent a872755 commit ce2fefe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public class PermissionsHelperTest {
private static final String MISSING_INFO_PERMISSION = permission.CHANGE_WIFI_STATE;

@Before
public viod init() {
public void init() {
TESTDPC_ADMIN = new ComponentName("com.afwsamples.testdpc", "TestCls");
NON_TESTDPC_ADMIN = new ComponentName("TestPkg", "TestCls");
}
Expand Down

0 comments on commit ce2fefe

Please sign in to comment.