Skip to content

Commit 1d5bd9c

Browse files
committed
Remove useless line
1 parent 9b6dafe commit 1d5bd9c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sdk/mobile-center-distribute/src/test/java/com/microsoft/azure/mobile/distribute/UnknownSourcesDetectionTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ public void unknownSourcesEnabledViaPackageManager() {
7878
}
7979

8080
/* Test from Android 8 targeting that Android version. */
81-
when(mContext.getApplicationInfo()).thenReturn(mApplicationInfo);
8281
for (int apiLevel = Build.VERSION_CODES.O; apiLevel <= BuildConfig.TARGET_SDK_VERSION; apiLevel++) {
8382
mockApiLevel(apiLevel);
8483
Whitebox.setInternalState(mApplicationInfo, "targetSdkVersion", apiLevel);

0 commit comments

Comments
 (0)