mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-25 11:02:48 +02:00
Update remaining strings for FTUE.
Include homeserver in view models/state as needed. Pre-fill the user's display name as set by the server.
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ class AuthenticationVerifyEmailViewModelTests: XCTestCase {
|
||||
var context: AuthenticationVerifyEmailViewModelType.Context!
|
||||
|
||||
override func setUpWithError() throws {
|
||||
viewModel = AuthenticationVerifyEmailViewModel()
|
||||
viewModel = AuthenticationVerifyEmailViewModel(homeserver: .mockMatrixDotOrg)
|
||||
context = viewModel.context
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user