update ForYouRobot setContent parameter name

pull/402/head
JanFidor 3 years ago
parent 3264bb50fc
commit fd86bb3016

@ -45,14 +45,14 @@ internal class ForYouRobot(
fun setContent(
isSyncing: Boolean,
interestsSelectionState: ForYouInterestsSelectionUiState,
onboardingState: OnboardingUiState,
feedState: NewsFeedUiState,
) {
composeTestRule.setContent {
BoxWithConstraints {
ForYouScreen(
isSyncing = isSyncing,
interestsSelectionState = interestsSelectionState,
onboardingUiState = onboardingState,
feedState = feedState,
onTopicCheckedChanged = { _, _ -> },
onAuthorCheckedChanged = { _, _ -> },

Loading…
Cancel
Save