mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2025-11-15 03:20:26 +00:00
rework InfinityPagedComponent
This commit is contained in:
@@ -30,9 +30,7 @@ class InfinityPagedComponentTests {
|
||||
}
|
||||
) {
|
||||
if (it == null) {
|
||||
if (this.iterationState.value != null) {
|
||||
assertEquals(0, (this.iterationState.value as? SimplePagination) ?.page)
|
||||
}
|
||||
assertEquals(0, this.currentlyLoadingPage.value ?.page)
|
||||
} else {
|
||||
assertEquals(expectedList, it)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user