Attempt to fix app not showing up issue

This commit is contained in:
Astatin3
2024-09-18 08:49:26 -06:00
parent 9607241c53
commit e537aab819
6 changed files with 7 additions and 5 deletions
@@ -21,6 +21,6 @@ public class ExampleInstrumentedTest {
public void useAppContext() {
// Context of the app under test.
Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
assertEquals("com.astatin3.scoutingapp2025", appContext.getPackageName());
assertEquals("com.ridgebotics.ridgescout", appContext.getPackageName());
}
}