Skip to content

Commit b379638

Browse files
committed
Update AuthenticationProviderDeleteUserTests.swift
1 parent 0e07364 commit b379638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AmplifyPlugins/Auth/Tests/AWSCognitoAuthPluginUnitTests/TaskTests/ClientBehaviorTests/AuthenticationProviderDeleteUserTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ class AuthenticationProviderDeleteUserTests: BasePluginTest {
142142
mockRevokeTokenResponse: { _ in
143143
RevokeTokenOutput()
144144
},
145-
mockGetTokensFromRefreshTokenResponse:{ _ in
145+
mockGetTokensFromRefreshTokenResponse: { _ in
146146
return GetTokensFromRefreshTokenOutput(
147147
authenticationResult: .init(
148148
accessToken: "accessTokenNew",

0 commit comments

Comments
 (0)