mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 10:20:25 +01:00
Fix exporting release note messages.
This commit is contained in:
@@ -63,7 +63,12 @@ class ArchiveImportExportTests {
|
||||
|
||||
// @Test
|
||||
fun chat() {
|
||||
runTests { it.startsWith("chat_") && !it.contains("_item") }
|
||||
runTests { it.matches(Regex("^chat_%d%d.binproto$")) }
|
||||
}
|
||||
|
||||
// @Test
|
||||
fun chatReleaseNotes() {
|
||||
runTests { it.startsWith("chat_release_notes_") }
|
||||
}
|
||||
|
||||
// @Test
|
||||
|
||||
Reference in New Issue
Block a user