auth0 / auth0-flutter

Auth0 SDK for Flutter
https://pub.dev/documentation/auth0_flutter/latest/
Apache License 2.0
61 stars 41 forks source link

[SDK-4121] fix: android unit test for isTooManyAttempts #240

Closed stevehobbsdev closed 1 year ago

stevehobbsdev commented 1 year ago

📋 Changes

This PR realigns the test for AuthenticationException.isTooManyAttempts. At the time the Flutter SDK was written, this exception type was not exposed by the underlying SDK. This support was added in this PR, so now the test can be updated to align with the others and be made to pass.