Fix test compilation after change on other PR getting merged.

This commit is contained in:
Benoit Marty
2024-02-09 09:48:20 +01:00
parent e73a480495
commit 5e01bed77c

View File

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