From c18cd0816d32e3b3b51f261d58ec8c4ea4f4cb62 Mon Sep 17 00:00:00 2001
From: swee <meow@swee.codes>
Date: Fri, 14 Mar 2025 17:08:33 -0700
Subject: [PATCH] Update
 app/src/androidTest/java/codes/swee/diceapp/ExampleInstrumentedTest.kt

---
 .../java/codes/swee/diceapp/ExampleInstrumentedTest.kt        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/src/androidTest/java/codes/swee/diceapp/ExampleInstrumentedTest.kt b/app/src/androidTest/java/codes/swee/diceapp/ExampleInstrumentedTest.kt
index f79b133..8879339 100644
--- a/app/src/androidTest/java/codes/swee/diceapp/ExampleInstrumentedTest.kt
+++ b/app/src/androidTest/java/codes/swee/diceapp/ExampleInstrumentedTest.kt
@@ -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)
     }
 }
\ No newline at end of file