Skip to content

Commit 3477848

Browse files
authored
Remove some TODOs (#3280)
1 parent 444edc1 commit 3477848

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

firebase-app-distribution/src/main/java/com/google/firebase/app/distribution/ApkUpdater.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ Task<File> downloadApk(
152152
return downloadTaskCompletionSource.getTask();
153153
}
154154

155-
// TODO(lkellogg): The happy path in this method is not exercised by any tests right now
156155
private void makeApkDownloadRequest(
157156
@NonNull AppDistributionReleaseInternal newRelease, boolean showNotification)
158157
throws FirebaseAppDistributionException {

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,6 @@ public void updateApk_whenInstallFailed_setsError() {
187187
verify(mockNotificationsManager).updateNotification(1000, 1000, UpdateStatus.INSTALL_FAILED);
188188
}
189189

190-
// TODO(lkellogg): Improve these notification related tests so they actually assert that the
191-
// correct notifications are set under various conditions.
192190
@Test
193191
public void updateApk_showNotificationFalse_doesNotUpdateNotificationManager() {
194192
boolean showNotification = false;

0 commit comments

Comments
 (0)