Fix test compilation
This commit is contained in:
parent
43fab70d30
commit
f0aaa56425
3 changed files with 9 additions and 1 deletions
|
|
@ -325,7 +325,9 @@ class RoomListPresenterTests {
|
|||
client.roomListService,
|
||||
lastMessageTimestampFormatter,
|
||||
roomLastMessageFormatter,
|
||||
coroutineDispatchers = testCoroutineDispatchers()
|
||||
coroutineDispatchers = testCoroutineDispatchers(),
|
||||
notificationSettingsService = client.notificationSettingsService(),
|
||||
appScope = this
|
||||
)
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue