Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
enzevalos_iphone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
enzevalos
enzevalos_iphone
Commits
b3ac6a7f
Commit
b3ac6a7f
authored
Mar 17, 2020
by
wieseoli
Browse files
Options
Downloads
Plain Diff
Merge branch '276-fix-authenticationviewmodel-test' into 'dev'
Resolve "Fix authenticationViewModel test" See merge request
!51
parents
b23b3f1f
d8eececd
Branches
Branches containing commit
No related tags found
4 merge requests
!58
Onboarding screens swift ui merge dev
,
!55
WIP: Resolve "UI for gamifcation & stats"
,
!51
Resolve "Fix authenticationViewModel test"
,
!47
Provisional fix for OpenSSL 1.1+, needs testing
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
enzevalos_iphoneTests/authentication/AuthenticationTests.swift
+1
-1
1 addition, 1 deletion
...alos_iphoneTests/authentication/AuthenticationTests.swift
with
1 addition
and
1 deletion
enzevalos_iphoneTests/authentication/AuthenticationTests.swift
+
1
−
1
View file @
b3ac6a7f
...
@@ -48,7 +48,7 @@ class AuthenticationTests: XCTestCase {
...
@@ -48,7 +48,7 @@ class AuthenticationTests: XCTestCase {
promise
in
promise
(
.
success
(
AuthenticationModel
.
AuthenticationResult
.
Success
))
promise
in
promise
(
.
success
(
AuthenticationModel
.
AuthenticationResult
.
Success
))
}
}
stub
(
model
)
{
stub
in
stub
(
model
)
{
stub
in
when
(
stub
.
checkConfig
(
mailAccount
:
any
(),
extendedValidation
:
fals
e
))
.
thenReturn
(
future
)
when
(
stub
.
checkConfig
(
mailAccount
:
any
(),
extendedValidation
:
tru
e
))
.
thenReturn
(
future
)
}
}
viewModel
.
detailValidation
(
login
,
password
,
username
,
imapServer
,
String
(
imapPort
),
imapEncryption
,
smtpServer
,
String
(
smtpPort
),
smtpEncryption
)
viewModel
.
detailValidation
(
login
,
password
,
username
,
imapServer
,
String
(
imapPort
),
imapEncryption
,
smtpServer
,
String
(
smtpPort
),
smtpEncryption
)
let
argumentCaptor
=
ArgumentCaptor
<
MailAccount
>
()
let
argumentCaptor
=
ArgumentCaptor
<
MailAccount
>
()
...
...
This diff is collapsed.
Click to expand it.
muellek95
@muellek95
mentioned in commit
77e49b20
·
Mar 17, 2020
mentioned in commit
77e49b20
mentioned in commit 77e49b201c2aab64632dea318b84f0ab8469285b
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment