From 431324a411b130acd8a2abda792a168d93415c44 Mon Sep 17 00:00:00 2001 From: Tyler-Larkin Date: Wed, 8 Jan 2025 11:37:18 -0800 Subject: [PATCH] chore():test --- .../example/integration_test/custom_authorizer_test.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/auth/amplify_auth_cognito/example/integration_test/custom_authorizer_test.dart b/packages/auth/amplify_auth_cognito/example/integration_test/custom_authorizer_test.dart index 0273075bef..709e004653 100644 --- a/packages/auth/amplify_auth_cognito/example/integration_test/custom_authorizer_test.dart +++ b/packages/auth/amplify_auth_cognito/example/integration_test/custom_authorizer_test.dart @@ -64,7 +64,7 @@ void main() { }); asyncTest('can invoke with HTTP client', (_) async { - List checkpoints = []; + final checkpoints = []; try { checkpoints.add('TestTestTest - 1'); final username = generateUsername(); @@ -225,7 +225,7 @@ void main() { }); asyncTest('can invoke with HTTP client', (_) async { - List checkpoints = []; + final checkpoints = []; try { checkpoints.add('TestTestTest - 1'); final cognitoPlugin = Amplify.Auth.getPlugin(