mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-15 01:35:07 +08:00
Fix test compilation
This commit is contained in:
parent
cffdb7f7a6
commit
ad60467ae7
@ -248,7 +248,7 @@ class SpaceHierarchyTest : InstrumentedTest {
|
||||
|
||||
Thread.sleep(6_000)
|
||||
val orphansUpdate = session.roomService().getRoomSummaries(roomSummaryQueryParams {
|
||||
spaceFilter = SpaceFilter.ActiveSpace(null)
|
||||
spaceFilter = SpaceFilter.OrphanRooms
|
||||
})
|
||||
assertEquals("Unexpected number of orphan rooms ${orphansUpdate.map { it.name }}", 2, orphansUpdate.size)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user