Skip to content

Commit f9443f3

Browse files
hoc081098Copilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent fee0361 commit f9443f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-ui/src/main/java/com/hoc/flowmvi/core_ui/debugCheckImmediateMainDispatcher.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ suspend inline fun debugCheckImmediateMainDispatcher() {
1616
dispatcher === Dispatchers.Main.immediate ||
1717
!dispatcher.isDispatchNeeded(Dispatchers.Main.immediate),
1818
) {
19-
"Expected ContinuationInterceptor to be Dispatchers.Main.immediate but was $dispatcher"
19+
"Expected dispatcher to be Dispatchers.Main.immediate but was $dispatcher"
2020
}
2121
}
2222
}

0 commit comments

Comments
 (0)