Skip to content

Commit b124fac

Browse files
authored
Fix ApkUpdaterTest flake (#4153)
1 parent 126d872 commit b124fac

File tree

1 file changed

+0
-1
lines changed
  • firebase-appdistribution/src/test/java/com/google/firebase/appdistribution/impl

1 file changed

+0
-1
lines changed

firebase-appdistribution/src/test/java/com/google/firebase/appdistribution/impl/ApkUpdaterTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,6 @@ public void updateApk_whenInstallFailed_setsError() {
233233
ErrorMessages.APK_INSTALLATION_FAILED,
234234
FirebaseAppDistributionException.Status.INSTALLATION_FAILURE));
235235

236-
assertThat(updateTask.isComplete()).isFalse();
237236
FirebaseAppDistributionException e =
238237
assertThrows(FirebaseAppDistributionException.class, () -> onCompleteListener.await());
239238
assertThat(e.getErrorCode()).isEqualTo(Status.INSTALLATION_FAILURE);

0 commit comments

Comments
 (0)