Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Velin92 committed Aug 22, 2024
1 parent dc2c8aa commit 74b1be8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions UnitTests/Sources/RoomScreenViewModelTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ class RoomScreenViewModelTests: XCTestCase {
let viewModel = RoomScreenViewModel(roomProxy: roomProxyMock,
initialSelectedPinEventID: "test1",
mediaProvider: MockMediaProvider(),
ongoingCallRoomIDPublisher: .init(.init(nil)),
appMediator: AppMediatorMock.default,
appSettings: ServiceLocator.shared.settings,
analyticsService: ServiceLocator.shared.analytics)
Expand Down

0 comments on commit 74b1be8

Please sign in to comment.