mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
Fix UT
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user