This commit is contained in:
Benoit Marty 2025-09-12 22:53:04 +02:00
parent a1aeb24f23
commit bebde0e9dd
8 changed files with 2 additions and 8 deletions

View file

@ -22,7 +22,7 @@ import kotlinx.coroutines.test.runTest
import org.junit.Rule
import org.junit.Test
private val appName = "AppName"
private const val appName = "AppName"
class SignedOutPresenterTest {
@get:Rule