Skip to content

Commit

Permalink
Fix compile error in main unit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
pixlwave committed Jan 10, 2025
1 parent d95963c commit 6d3066b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ import XCTest
let ssoIdentityProviders = [SSOIdentityProvider(id: "1", name: "SAML", brand: nil, iconURL: nil)]
let homeserver = AuthenticationState.Homeserver(address: address,
addressFromUser: addressFromUser,
preferredLoginMode: .sso(ssoIdentityProviders: ssoIdentityProviders),
preferredLoginMode: .sso(ssoIdentityProviders: ssoIdentityProviders, providesDelegatedOIDCCompatibility: false),
registrationFlow: nil)

// When creating view data for that homeserver.
Expand Down

0 comments on commit 6d3066b

Please sign in to comment.