We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe1ffe1 commit 62ad966Copy full SHA for 62ad966
1 file changed
core/data/src/test/kotlin/com/skydoves/pokedex/compose/core/data/HomeRepositoryImplTest.kt
@@ -76,6 +76,7 @@ class HomeRepositoryImplTest {
76
onStart = {},
77
onComplete = {},
78
onError = {},
79
+ onLastPageReached = {}
80
).test(2.toDuration(DurationUnit.SECONDS)) {
81
val actualItem = awaitItem()[0]
82
assertEquals(0, actualItem.page)
@@ -103,6 +104,7 @@ class HomeRepositoryImplTest {
103
104
105
106
107
108
109
110
0 commit comments