App Build Check 1

This commit is contained in:
developerraman
2020-12-14 18:54:13 +05:30
parent ac0adddfd9
commit e8b755ef68
52 changed files with 303 additions and 146 deletions

View File

@@ -21,7 +21,6 @@ public class ExampleInstrumentedTest {
public void useAppContext() {
// Context of the app under test.
Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
assertEquals("com.ShanMukhaInnovations.ArrestTB", appContext.getPackageName());
assertEquals("in.sminnovations.arrest_tb", appContext.getPackageName());
}
}
}