We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be81f15 commit ec4fd92Copy full SHA for ec4fd92
1 file changed
android/src/androidTest/java/com/formbricks/android/FormbricksInstrumentedTest.kt
@@ -38,6 +38,8 @@ class FormbricksInstrumentedTest {
38
fun setUp() {
39
val appContext = InstrumentationRegistry.getInstrumentation().targetContext
40
Formbricks.applicationContext = appContext
41
+ Formbricks.isInitialized = false
42
+ Formbricks.language = "default"
43
UserManager.logout()
44
SurveyManager.environmentDataHolder = null
45
FormbricksApi.service = MockFormbricksApiService()
0 commit comments