mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 09:02:44 +02:00
MESSENGER-5413 authentication hotspots
This commit is contained in:
+3
-3
@@ -32,9 +32,9 @@ class ChangePasswordViewModelTests: XCTestCase {
|
||||
}
|
||||
|
||||
@MainActor func testValidState() async {
|
||||
let viewModel = ChangePasswordViewModel(oldPassword: "12345678",
|
||||
newPassword1: "87654321",
|
||||
newPassword2: "87654321",
|
||||
let viewModel = ChangePasswordViewModel(oldPassword: "12345678", //NOSONAR Password for mock Unittests
|
||||
newPassword1: "87654321", //NOSONAR Password for mock Unittests
|
||||
newPassword2: "87654321", //NOSONAR Password for mock Unittests
|
||||
signoutAllDevices: true)
|
||||
let context = viewModel.context
|
||||
|
||||
|
||||
Reference in New Issue
Block a user