Update backup integration tests.

This commit is contained in:
Greyson Parrelli
2024-11-21 12:29:31 -05:00
parent f5a68aa7ae
commit b7464ffca9
73 changed files with 11 additions and 1 deletions

View File

@@ -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_") }