Circleci fix (#18)

- test fixes
This commit is contained in:
2023-08-07 18:31:01 +01:00
committed by GitHub
parent 6e3e597717
commit a07012f247
4 changed files with 47 additions and 5 deletions

View File

@@ -55,8 +55,8 @@ open class BaseTest<A : Activity>(
scenario = ActivityScenario.launch(startIntent)
scenario.onActivity {
testActivity = it
afterLaunch()
}
afterLaunch()
}
fun stubEndpoint(url: String, stub: Stubs) {

View File

@@ -1,4 +1,4 @@
package com.appttude.h_mal.atlas_weather.data.location
package com.appttude.h_mal.atlas_weather.instrumentationTests
import androidx.test.ext.junit.runners.AndroidJUnit4