Fix various archive related attachment bugs.

Co-authored-by: Greyson Parrelli <greyson@signal.org>
This commit is contained in:
Cody Henthorne
2025-05-29 11:34:09 -04:00
committed by GitHub
parent 4b41d7afaa
commit 7b30ac1524
10 changed files with 86 additions and 30 deletions

View File

@@ -182,7 +182,7 @@ class BackupMediaSnapshotTableTest {
val notFound = SignalDatabase.backupMediaSnapshots.getMediaObjectsThatCantBeFound(remoteData)
assertThat(notFound.size).isEqualTo(1)
assertThat(notFound.first().cdn).isEqualTo(2)
assertThat(notFound.first()).isEqualTo(remoteData[1])
}
private fun getTotalItemCount(): Int {