Update app/src/androidTest/java/codes/swee/diceapp/ExampleInstrumentedTest.kt

This commit is contained in:
Nova Cat 2025-03-14 17:08:33 -07:00
parent 67ac861a9d
commit c18cd0816d

View file

@ -1,4 +1,4 @@
package codes.swee.DiceAppM3
package codes.swee.diceapp
import androidx.test.platform.app.InstrumentationRegistry
import androidx.test.ext.junit.runners.AndroidJUnit4
@ -19,6 +19,6 @@ class ExampleInstrumentedTest {
fun useAppContext() {
// Context of the app under test.
val appContext = InstrumentationRegistry.getInstrumentation().targetContext
assertEquals("codes.swee.DiceAppM3", appContext.packageName)
assertEquals("codes.swee.diceapp", appContext.packageName)
}
}