mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-25 02:52:45 +02:00
Add initial tests on the authentication service. (#6229)
This commit is contained in:
@@ -31,11 +31,11 @@ class LoginWizard {
|
||||
}
|
||||
|
||||
let client: AuthenticationRestClient
|
||||
let sessionCreator: SessionCreator
|
||||
let sessionCreator: SessionCreatorProtocol
|
||||
|
||||
private(set) var state: State
|
||||
|
||||
init(client: AuthenticationRestClient, sessionCreator: SessionCreator = SessionCreator()) {
|
||||
init(client: AuthenticationRestClient, sessionCreator: SessionCreatorProtocol) {
|
||||
self.client = client
|
||||
self.sessionCreator = sessionCreator
|
||||
|
||||
|
||||
Reference in New Issue
Block a user