MESSENGER-5413 authentication hotspots

This commit is contained in:
Frank Rotermund
2024-01-30 13:23:04 +01:00
parent ebbd5a5c78
commit bc7c98448b
6 changed files with 23 additions and 23 deletions
@@ -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