We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c93796e commit 0593b26Copy full SHA for 0593b26
1 file changed
app/src/androidTest/java/ai/elimu/kukariri/ExampleInstrumentedTest.java
@@ -22,6 +22,6 @@ public void useAppContext() {
22
// Context of the app under test.
23
Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
24
25
- assertEquals("ai.elimu.kukariri", appContext.getPackageName());
+ assertEquals("ai.elimu.kukariri.debug", appContext.getPackageName());
26
}
27
0 commit comments