This commit is contained in:
Alfonso Grillo
2023-01-23 16:46:52 +01:00
parent b63e3b219e
commit 5415b94aa6
@@ -53,7 +53,7 @@ final class PollHistoryViewModelTests: XCTestCase {
viewModel.process(viewAction: .viewAppeared)
var firstPoll = try XCTUnwrap(try polls.first)
XCTAssertEqual(firstPoll.question, "Do you like the active poll number 9?")
XCTAssertEqual(firstPoll.question, "Do you like the active poll number 1?")
firstPoll.question = "foo"
mockUpdates.send(firstPoll)