auth0 / auth0-flutter

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

Fix android unit tests on `main` #250

Closed Widcket closed 1 year ago

Widcket commented 1 year ago

📋 Changes

This PR brings into the main branch the fix for the Android unit tests introduced by https://github.com/auth0/auth0-flutter/pull/240 into the beta branch.

From the original PR:

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.