Mock Android Log to fix PeerManager tests (#239)

This commit is contained in:
Shubert Munthali
2025-08-07 14:39:08 +03:00
committed by GitHub
parent b34ef896c7
commit 763d290055
2 changed files with 28 additions and 1 deletions
@@ -3,7 +3,6 @@ package com.bitchat
import com.bitchat.android.mesh.PeerManager
import junit.framework.TestCase.assertEquals
import org.junit.Test
import kotlin.text.appendLine
class PeerManagerTest {