Реструктуризация проекта

This commit is contained in:
Roman Pytkov
2026-03-02 08:03:48 +03:00
parent a22b29f777
commit 664b04e698
25 changed files with 49 additions and 146 deletions

View File

@@ -1,4 +1,4 @@
package com.github.nullptroma.data
package com.github.nullptroma.wallenc.data
import androidx.test.platform.app.InstrumentationRegistry
import androidx.test.ext.junit.runners.AndroidJUnit4
@@ -19,6 +19,6 @@ class ExampleInstrumentedTest {
fun useAppContext() {
// Context of the app under test.
val appContext = InstrumentationRegistry.getInstrumentation().targetContext
assertEquals("com.github.nullptroma.data.test", appContext.packageName)
assertEquals("com.github.nullptroma.wallenc.data.test", appContext.packageName)
}
}

View File

@@ -1,4 +1,4 @@
package com.github.nullptroma.data
package com.github.nullptroma.wallenc.data
import org.junit.Test