Fix broken unit tests following app hook changes.

This commit is contained in:
Stefan Ceriu
2025-06-10 14:46:53 +03:00
committed by Stefan Ceriu
parent b75099a1d4
commit 7fd51a5312

View File

@@ -263,6 +263,7 @@ class RoomScreenViewModelTests: XCTestCase {
ongoingCallRoomIDPublisher: .init(.init(nil)),
appMediator: AppMediatorMock.default,
appSettings: ServiceLocator.shared.settings,
appHooks: AppHooks(),
analyticsService: ServiceLocator.shared.analytics,
userIndicatorController: ServiceLocator.shared.userIndicatorController)
self.viewModel = viewModel