Fix archive handling of mixed error send statuses, add more tests.

This commit is contained in:
Greyson Parrelli
2025-09-10 11:42:43 -04:00
parent 236c79bfbb
commit d44bed0379
20 changed files with 10 additions and 2 deletions

View File

@@ -171,6 +171,11 @@ class ArchiveImportExportTests {
runTests { it.startsWith("chat_item_standard_message_standard_attachments_") }
}
// @Test
fun chatItemStandardMessageGroupTextOnly() {
runTests { it.startsWith("chat_item_standard_message_group_text_only_") }
}
// @Test
fun chatItemStandardMessageTextOnly() {
runTests { it.startsWith("chat_item_standard_message_text_only_") }