Attempt to reduce impact of thread updates.

This commit is contained in:
Greyson Parrelli
2024-05-01 16:23:59 -04:00
committed by Alex Hart
parent 41935120e5
commit 3c380d35fd
3 changed files with 21 additions and 85 deletions

View File

@@ -24,6 +24,7 @@ class MmsSmsDatabaseTest {
fun setup() {
val sqlCipher = TestDatabaseUtil.inMemoryDatabase {
execSQL(MessageTable.CREATE_TABLE)
MessageTable.CREATE_INDEXS.forEach { execSQL(it) }
}
db = sqlCipher.writableDatabase