Fix backup support for account wallpapers.

This commit is contained in:
Greyson Parrelli
2024-09-21 07:01:43 -04:00
parent ec49352635
commit 9888b1a5f8
4 changed files with 37 additions and 28 deletions

View File

@@ -53,10 +53,11 @@ class ArchiveImportExportTests {
@Test
fun temp() {
runTests { it == "chat_item_standard_message_standard_attachments_02.binproto" }
runTests { it == "account_data_01.binproto" }
}
@Test
// Passing
// @Test
fun accountData() {
runTests { it.startsWith("account_data_") }
}