Browse Source

Merge branch 'develop' into renovate/org.matrix.rustcomponents-sdk-android-0.x

pull/2369/head
Benoit Marty 7 months ago committed by GitHub
parent
commit
cabcace467
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      features/roomlist/impl/src/test/kotlin/io/element/android/features/roomlist/impl/RoomListContextMenuTest.kt

2
features/roomlist/impl/src/test/kotlin/io/element/android/features/roomlist/impl/RoomListContextMenuTest.kt

@ -116,7 +116,7 @@ class RoomListContextMenuTest {
fun `clicking on Settings invokes the expected callback and generates expected Event`() { fun `clicking on Settings invokes the expected callback and generates expected Event`() {
val eventsRecorder = EventsRecorder<RoomListEvents>() val eventsRecorder = EventsRecorder<RoomListEvents>()
val contextMenu = aContextMenuShown() val contextMenu = aContextMenuShown()
val callback = EnsureCalledOnceWithParam(contextMenu.roomId) val callback = EnsureCalledOnceWithParam(contextMenu.roomId, Unit)
rule.setContent { rule.setContent {
RoomListContextMenu( RoomListContextMenu(
contextMenu = contextMenu, contextMenu = contextMenu,

Loading…
Cancel
Save