fix review

This commit is contained in:
CC
2026-06-10 12:16:00 +02:00
parent c7edea5ebb
commit 4566d5d228
5 changed files with 107 additions and 32 deletions
@@ -2,7 +2,7 @@ package com.bitchat.android.ui
import android.content.Context
import androidx.test.core.app.ApplicationProvider
import com.bitchat.android.mesh.BluetoothMeshService
import com.bitchat.android.mesh.MeshService
import com.bitchat.android.model.BitchatMessage
import junit.framework.TestCase.assertEquals
import kotlinx.coroutines.ExperimentalCoroutinesApi
@@ -34,7 +34,7 @@ class CommandProcessorTest() {
coroutineScope = testScope
)
private val meshService: BluetoothMeshService = mock()
private val meshService: MeshService = mock()
@Before
fun setup() {