Fix failing ElementCall test because of a missing sendCallNotificationIfNeeeded return value.
This commit is contained in:
committed by
Stefan Ceriu
parent
b4c0048ba7
commit
3821393824
@@ -140,6 +140,7 @@ extension RoomProxyMock {
|
||||
widgetDriver.startBaseURLClientIDReturnValue = .success(url)
|
||||
|
||||
elementCallWidgetDriverReturnValue = widgetDriver
|
||||
sendCallNotificationIfNeeededReturnValue = .success(())
|
||||
|
||||
matrixToPermalinkReturnValue = .success(.homeDirectory)
|
||||
matrixToEventPermalinkReturnValue = .success(.homeDirectory)
|
||||
|
||||
Reference in New Issue
Block a user