fix(CON--) : Fix app deployment wip
All checks were successful
gitea-openium/consentium.droid/pipeline/head This commit looks good

This commit is contained in:
2025-02-20 14:46:48 +01:00
parent 3ffd190406
commit 0f4a3254e4
9 changed files with 33 additions and 22 deletions

View File

@ -1,13 +1,10 @@
package fr.openium.consentium
import androidx.test.platform.app.InstrumentationRegistry
import androidx.test.ext.junit.runners.AndroidJUnit4
import org.junit.Assert.assertTrue
import org.junit.Test
import org.junit.runner.RunWith
import org.junit.Assert.*
/**
* Instrumented test, which will execute on an Android device.
*
@ -17,8 +14,6 @@ import org.junit.Assert.*
class ExampleInstrumentedTest {
@Test
fun useAppContext() {
// Context of the app under test.
val appContext = InstrumentationRegistry.getInstrumentation().targetContext
assertEquals("fr.openium.consentium.test", appContext.packageName)
assertTrue(true)
}
}