Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
Velin92 authored and pixlwave committed Sep 25, 2024
1 parent c4d8ecd commit b94a024
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions UnitTests/Sources/RoomScreenViewModelTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ class RoomScreenViewModelTests: XCTestCase {
}

func testPinnedEventsBannerSelection() async throws {
let timelineSubject = PassthroughSubject<TimelineProxyProtocol, Never>()
let updateSubject = PassthroughSubject<JoinedRoomProxyAction, Never>()
let roomProxyMock = JoinedRoomProxyMock(.init())
// setup a way to inject the mock of the pinned events timeline
let pinnedTimelineMock = TimelineProxyMock()
Expand Down

0 comments on commit b94a024

Please sign in to comment.