Skip to content

Commit

Permalink
Update StatsSubscribersViewModelTests.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
staskus committed May 3, 2024
1 parent 06ae50a commit edd95a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ final class StatsSubscribersViewModelTests: XCTestCase {
let expectation = expectation(description: "First section should be loading")
sut.tableViewSnapshot
.sink(receiveValue: { snapshot in
if let _ = snapshot.itemIdentifiers.first?.immuTableRow as? StatsGhostTopImmutableRow {
if let _ = snapshot.itemIdentifiers.first?.immuTableRow as? (any StatsRowGhostable) {
expectation.fulfill()
}
})
Expand Down

0 comments on commit edd95a6

Please sign in to comment.