Skip to content

Commit 08e1569

Browse files
author
Manny Jimenez
committed
Changing updateApp to private
1 parent 305697a commit 08e1569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-app-distribution/src/test/java/com/google/firebase/app/distribution/FirebaseAppDistributionTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ public void updateAppTask_whenNoReleaseAvailable_throwsError() {
442442
firebaseAppDistribution.setCachedNewRelease(null);
443443
when(mockSignInStorage.getSignInStatus()).thenReturn(true);
444444

445-
UpdateTask updateTask = firebaseAppDistribution.updateApp(false);
445+
UpdateTask updateTask = firebaseAppDistribution.updateApp();
446446

447447
assertFalse(updateTask.isSuccessful());
448448
assertTrue(updateTask.getException() instanceof FirebaseAppDistributionException);

0 commit comments

Comments
 (0)