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 19069d2 commit a872755
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
@Config(minSdk = VERSION_CODES.Q)
public class PermissionsHelperTest {

private static final ComponentName TESTDPC_ADMIN = null;
private static final ComponentName NON_TESTDPC_ADMIN = null;
private ComponentName TESTDPC_ADMIN = null;
private ComponentName NON_TESTDPC_ADMIN = null;

private final Context mContext = ApplicationProvider.getApplicationContext();
private final DevicePolicyManager mDevicePolicyManager =
Expand Down

0 comments on commit a872755

Please sign in to comment.