Fix failing ElementCall test because of a missing sendCallNotificationIfNeeeded return value.

This commit is contained in:
Stefan Ceriu
2024-05-27 15:39:41 +03:00
committed by Stefan Ceriu
parent b4c0048ba7
commit 3821393824

View File

@@ -140,6 +140,7 @@ extension RoomProxyMock {
widgetDriver.startBaseURLClientIDReturnValue = .success(url)
elementCallWidgetDriverReturnValue = widgetDriver
sendCallNotificationIfNeeededReturnValue = .success(())
matrixToPermalinkReturnValue = .success(.homeDirectory)
matrixToEventPermalinkReturnValue = .success(.homeDirectory)