- circleci update

- test fixes
This commit is contained in:
2023-08-07 16:24:06 +01:00
parent 4107c8949e
commit 3f82be7aef
3 changed files with 41 additions and 2 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