diff --git a/UnitTests/Sources/RoomScreenViewModelTests.swift b/UnitTests/Sources/RoomScreenViewModelTests.swift index ce53e795d8..ab52a3cd1c 100644 --- a/UnitTests/Sources/RoomScreenViewModelTests.swift +++ b/UnitTests/Sources/RoomScreenViewModelTests.swift @@ -100,8 +100,6 @@ class RoomScreenViewModelTests: XCTestCase { } func testPinnedEventsBannerSelection() async throws { - let timelineSubject = PassthroughSubject() - let updateSubject = PassthroughSubject() let roomProxyMock = JoinedRoomProxyMock(.init()) // setup a way to inject the mock of the pinned events timeline let pinnedTimelineMock = TimelineProxyMock()