Skip to content

Commit

Permalink
Fixes test for ScreenViewFactoryFinder error message.
Browse files Browse the repository at this point in the history
Oops.
  • Loading branch information
rjrjr committed Feb 13, 2024
1 parent 6b80938 commit 07e78cc
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ internal class ScreenViewFactoryTest {
assertThat(error.message).isEqualTo(
"A ScreenViewFactory should have been registered to display " +
"FooScreen, or that class should implement AndroidScreen. " +
"Instead found null."
"Instead found null. If this rendering is Compose based, " +
"you may be missing a call to ViewEnvironment.withComposeInteropSupport() " +
"from module com.squareup.workflow1:workflow-ui-compose " +
"at the top of your Android view hierarchy."
)
}

Expand Down

0 comments on commit 07e78cc

Please sign in to comment.