mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-25 04:06:14 +00:00
Fix archive handling of mixed error send statuses, add more tests.
This commit is contained in:
@@ -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_") }
|
||||
|
||||
Reference in New Issue
Block a user