You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: kotest-extensions-android/src/main/kotlin/br/com/colman/kotest/android/extensions/robolectric/ContainedRobolectricRunner.kt
Copy file name to clipboardExpand all lines: kotest-extensions-android/src/main/kotlin/br/com/colman/kotest/android/extensions/robolectric/RobolectricExtension.kt
+3-9Lines changed: 3 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,9 @@ class RobolectricExtension : ConstructorExtension, TestCaseExtension {
115
115
val containedRobolectricRunner = runnerMap[testCase.spec]!!
116
116
// Using sdkEnvironment.executorService to ensure Robolectric's
117
117
// looper state doesn't carry over to the next test class.
118
-
val executorService = containedRobolectricRunner.sdkEnvironment.getExecutorService()
0 commit comments