diff --git a/MSAL/test/integration/native_auth/end_to_end/reset_password/MSALNativeAuthResetPasswordEndToEndTests.swift b/MSAL/test/integration/native_auth/end_to_end/reset_password/MSALNativeAuthResetPasswordEndToEndTests.swift index 78dee467c..015cf8e63 100644 --- a/MSAL/test/integration/native_auth/end_to_end/reset_password/MSALNativeAuthResetPasswordEndToEndTests.swift +++ b/MSAL/test/integration/native_auth/end_to_end/reset_password/MSALNativeAuthResetPasswordEndToEndTests.swift @@ -28,7 +28,7 @@ import MSAL final class MSALNativeAuthResetPasswordEndToEndTests: MSALNativeAuthEndToEndBaseTestCase { // Hero Scenario 3.1.1. SSPR – without automatic sign in - let codeRetryCount = 3 + private let codeRetryCount = 3 func test_resetPassword_withoutAutomaticSignIn_succeeds() async throws { guard let sut = initialisePublicClientApplication(),