This commit is contained in:
Alfonso Grillo
2023-01-09 16:17:21 +01:00
parent 69b37c0949
commit adafc14eeb
@@ -35,7 +35,8 @@ class TimelinePollViewModelTests: XCTestCase {
totalAnswerCount: 3,
type: .disclosed,
maxAllowedSelections: 1,
hasBeenEdited: false)
hasBeenEdited: false,
hasDecryptionError: false)
viewModel = TimelinePollViewModel(timelinePollDetails: timelinePoll)
context = viewModel.context