From 7fd51a5312041443c0f36f92c85c81b549c053c7 Mon Sep 17 00:00:00 2001 From: Stefan Ceriu Date: Tue, 10 Jun 2025 14:46:53 +0300 Subject: [PATCH] Fix broken unit tests following app hook changes. --- UnitTests/Sources/RoomScreenViewModelTests.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/UnitTests/Sources/RoomScreenViewModelTests.swift b/UnitTests/Sources/RoomScreenViewModelTests.swift index ada85ec49..f5fb93804 100644 --- a/UnitTests/Sources/RoomScreenViewModelTests.swift +++ b/UnitTests/Sources/RoomScreenViewModelTests.swift @@ -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