Skip to content

Commit ec4fd92

Browse files
committed
test fixes
1 parent be81f15 commit ec4fd92

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

android/src/androidTest/java/com/formbricks/android/FormbricksInstrumentedTest.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ class FormbricksInstrumentedTest {
3838
fun setUp() {
3939
val appContext = InstrumentationRegistry.getInstrumentation().targetContext
4040
Formbricks.applicationContext = appContext
41+
Formbricks.isInitialized = false
42+
Formbricks.language = "default"
4143
UserManager.logout()
4244
SurveyManager.environmentDataHolder = null
4345
FormbricksApi.service = MockFormbricksApiService()

0 commit comments

Comments
 (0)