fix: brand id and genetic id are fixed

This commit is contained in:
2026-06-07 21:03:22 +03:30
parent cbe77fbb9e
commit 670dbf8ce2
9 changed files with 97 additions and 82 deletions
@@ -19,6 +19,6 @@ class ExampleInstrumentedTest {
fun useAppContext() {
// Context of the app under test.
val appContext = InstrumentationRegistry.getInstrumentation().targetContext
assertEquals("com.approagency.drug", appContext.packageName)
assertEquals("com.approagency.pharmacy", appContext.packageName)
}
}