fixed testChatBlocks

Signed-off-by: rapterjet2004 <juliuslinus1@gmail.com>
This commit is contained in:
rapterjet2004 2025-07-25 10:48:54 -05:00
parent 79a48c3f61
commit 2a5dfd89b8
No known key found for this signature in database
GPG Key ID: 3AA5FDFED7944099

View File

@ -26,6 +26,8 @@ import org.junit.Before
import org.junit.Test
import org.junit.runner.RunWith
import java.lang.Boolean
import kotlin.Long
import kotlin.String
@RunWith(AndroidJUnit4::class)
class ChatBlocksDaoTest {
@ -58,6 +60,7 @@ class ChatBlocksDaoTest {
val account1 = usersDao.getUserWithUserId("account1").blockingGet()
conversationsDao.upsertConversations(
accountId = user.id,
listOf(
createConversationEntity(
accountId = account1.id,