Skip to content

Commit 0593b26

Browse files
authored
test: android emulator workflow
1 parent c93796e commit 0593b26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/androidTest/java/ai/elimu/kukariri/ExampleInstrumentedTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ public void useAppContext() {
2222
// Context of the app under test.
2323
Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
2424

25-
assertEquals("ai.elimu.kukariri", appContext.getPackageName());
25+
assertEquals("ai.elimu.kukariri.debug", appContext.getPackageName());
2626
}
2727
}

0 commit comments

Comments
 (0)