Skip to content
Snippets Groups Projects
Commit 98173eb8 authored by Oliver Wiese's avatar Oliver Wiese
Browse files

Merge branch 'dev' of git.imp.fu-berlin.de:enzevalos/enzevalos_iphone into dev

parents e63ffb9d b3ac6a7f
Branches
Tags
2 merge requests!58Onboarding screens swift ui merge dev,!55WIP: Resolve "UI for gamifcation & stats"
......@@ -48,7 +48,7 @@ class AuthenticationTests: XCTestCase {
promise in promise(.success(AuthenticationModel.AuthenticationResult.Success))
}
stub(model) { stub in
when(stub.checkConfig(mailAccount: any(), extendedValidation: false)).thenReturn(future)
when(stub.checkConfig(mailAccount: any(), extendedValidation: true)).thenReturn(future)
}
viewModel.detailValidation(login, password, username, imapServer, String(imapPort), imapEncryption, smtpServer, String(smtpPort), smtpEncryption)
let argumentCaptor = ArgumentCaptor<MailAccount>()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment