Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuki-YuXin committed Feb 24, 2025
1 parent 16f94eb commit e7cf43b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ final class MSALNativeAuthUserAccountEndToEndTests: MSALNativeAuthEndToEndPasswo
XCTAssertEqual(signInDelegateSpy.result?.account.username, username)

let previousIdToken = signInDelegateSpy.result?.idToken
let refreshAccessTokenExpectation = expectation(description: "refreshing access tforoken")
let refreshAccessTokenExpectation = expectation(description: "refreshing access token")
let credentialsDelegateSpy = CredentialsDelegateSpy(expectation: refreshAccessTokenExpectation)

let tokenParam = MSALNativeAuthGetAccessTokenParameters()
Expand Down

0 comments on commit e7cf43b

Please sign in to comment.