Finish removing x. from packages (keep it in app module for now)

This commit is contained in:
ganfra 2023-01-20 18:52:59 +01:00
parent f800e22477
commit 718b37a4eb
17 changed files with 18 additions and 18 deletions

View file

@ -33,6 +33,6 @@ class ExampleInstrumentedTest {
fun useAppContext() {
// Context of the app under test.
val appContext = InstrumentationRegistry.getInstrumentation().targetContext
assertEquals("io.element.android.x.features.login.test", appContext.packageName)
assertEquals("io.element.android.features.login.test", appContext.packageName)
}
}