Skip to content

Commit 54155cf

Browse files
committed
chore: move new mfa tests to be closer to the old ones
1 parent c418a33 commit 54155cf

File tree

1 file changed

+6
-6
lines changed
  • packages/auth/amplify_auth_cognito/example/integration_test

1 file changed

+6
-6
lines changed

packages/auth/amplify_auth_cognito/example/integration_test/main_test.dart

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,18 +55,18 @@ void main() async {
5555
get_current_user_tests.main();
5656
hosted_ui_webview_tests.main();
5757
hub_events_tests.main();
58-
mfa_email_optional_tests.main();
59-
mfa_email_required_tests.main();
60-
mfa_sms_email_optional_tests.main();
61-
mfa_sms_email_required_tests.main();
62-
mfa_email_totp_optional_tests.main();
63-
mfa_email_totp_required_tests.main();
6458
mfa_username_login_required_tests.main();
6559
mfa_sms_tests.main();
6660
mfa_sms_totp_optional_tests.main();
6761
mfa_sms_totp_required_tests.main();
6862
mfa_totp_optional_tests.main();
6963
mfa_totp_required_tests.main();
64+
mfa_email_optional_tests.main();
65+
mfa_email_required_tests.main();
66+
mfa_sms_email_optional_tests.main();
67+
mfa_sms_email_required_tests.main();
68+
mfa_email_totp_optional_tests.main();
69+
mfa_email_totp_required_tests.main();
7070
native_auth_bridge_tests.main();
7171
reset_password_tests.main();
7272
security_tests.main();

0 commit comments

Comments
 (0)