Merge remote-tracking branch 'origin/develop' into feature/bma/typingRendering
This commit is contained in:
commit
ea2c10d76e
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue