mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2026-01-14 09:19:29 +00:00
fix of InfinityPagedComponent
This commit is contained in:
@@ -30,13 +30,13 @@ class InfinityPagedComponentTests {
|
||||
}
|
||||
) {
|
||||
if (it == null) {
|
||||
assertEquals(0, this.currentlyLoadingPage.value ?.page)
|
||||
assertEquals(null, it)
|
||||
} else {
|
||||
assertEquals(expectedList, it)
|
||||
}
|
||||
|
||||
LaunchedEffect(it ?.size) {
|
||||
loadNext()
|
||||
loadNext().join()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user