diff --git a/feature/interests/src/androidTest/java/com/google/samples/apps/nowinandroid/interests/InterestsScreenTest.kt b/feature/interests/src/androidTest/java/com/google/samples/apps/nowinandroid/interests/InterestsScreenTest.kt index a6804be31..1ebb43c8f 100644 --- a/feature/interests/src/androidTest/java/com/google/samples/apps/nowinandroid/interests/InterestsScreenTest.kt +++ b/feature/interests/src/androidTest/java/com/google/samples/apps/nowinandroid/interests/InterestsScreenTest.kt @@ -111,10 +111,7 @@ class InterestsScreenTest { @Composable private fun InterestsScreen(uiState: InterestsUiState) { InterestsScreen( - listState = rememberLazyListState(), uiState = uiState, - followTopic = { _, _ -> }, - onTopicClick = {}, ) } }