Skip to content

Commit ec1b82f

Browse files
authored
Merge pull request #4854 from wix/feat/4851-sync-status-is-not-compatible-with-the-status-schema
Fixed resource idling
2 parents 86cbf38 + 543b4b2 commit ec1b82f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

detox/android/detox/src/full/java/com/wix/detox/reactnative/idlingresources/uimodule/paper/UIModuleIdlingResource.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class UIModuleIdlingResource(private val reactContext: ReactContext)
1818
private val uiManagerModuleReflected = UIManagerModuleReflected(reactContext)
1919

2020
override fun getName(): String = UIModuleIdlingResource::class.java.name
21-
override fun getDebugName(): String = " ui"
21+
override fun getDebugName(): String = "ui"
2222
override fun getBusyHint(): Map<String, Any> {
2323
return mapOf("reason" to "UI rendering activity")
2424
}

0 commit comments

Comments
 (0)