Skip to content

Commit cfced39

Browse files
committed
Remove empty blank
1 parent 2c53a3b commit cfced39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MSAL/test/integration/native_auth/end_to_end/sign_in/MSALNativeAuthSignInUserNameAndPasswordEndToEndTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ final class MSALNativeAuthSignInUsernameAndPasswordEndToEndTests: MSALNativeAuth
114114

115115
// User Case 1.2.5. Sign In - User signs in with account B, while data for account A already exists in SDK persistence
116116
func test_signInWithDifferentAccountSigned() async throws {
117-
guard let sut = initialisePublicClientApplication(), let username = retrieveUsernameForSignInUsernameAndPassword(), let uesrname2 = retrieveUsernameForSignInCode(), let password = await retrievePasswordForSignInUsername() else {
117+
guard let sut = initialisePublicClientApplication(), let username = retrieveUsernameForSignInUsernameAndPassword(), let uesrname2 = retrieveUsernameForSignInCode(), let password = await retrievePasswordForSignInUsername() else {
118118
XCTFail("Missing information")
119119
return
120120
}

0 commit comments

Comments
 (0)