Makes sure to test loadMore method on TimelinePresenter

This commit is contained in:
ganfra 2023-02-27 20:30:22 +01:00
parent c8ec8da44f
commit 39edc780fe
3 changed files with 32 additions and 12 deletions

View file

@ -55,7 +55,7 @@ class TimelinePresenter @Inject constructor(
}
val timelineItems = timelineItemsFactory
.flow()
.collectAsState(emptyList())
.collectAsState()
val paginationState = timeline
.paginationState()