mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-24 19:56:00 +00:00
Update backup integration tests.
This commit is contained in:
@@ -88,6 +88,16 @@ class ArchiveImportExportTests {
|
||||
runTests { it.startsWith("chat_item_group_call_update_") }
|
||||
}
|
||||
|
||||
// @Test
|
||||
fun chatItemGroupChangeChatMultipleUpdate() {
|
||||
runTests { it.startsWith("chat_item_group_change_chat_multiple_update_") }
|
||||
}
|
||||
|
||||
// @Test
|
||||
fun chatItemGroupChangeChatUpdate() {
|
||||
runTests { it.startsWith("chat_item_group_change_chat_") }
|
||||
}
|
||||
|
||||
// @Test
|
||||
fun chatItemIndividualCallUpdate() {
|
||||
runTests { it.startsWith("chat_item_individual_call_update_") }
|
||||
|
||||
Reference in New Issue
Block a user