Skip to content

Commit

Permalink
chore():test
Browse files Browse the repository at this point in the history
  • Loading branch information
tyllark committed Jan 8, 2025
1 parent e88f838 commit 431324a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ void main() {
});

asyncTest('can invoke with HTTP client', (_) async {
List<String> checkpoints = [];
final checkpoints = <String>[];
try {
checkpoints.add('TestTestTest - 1');
final username = generateUsername();
Expand Down Expand Up @@ -225,7 +225,7 @@ void main() {
});

asyncTest('can invoke with HTTP client', (_) async {
List<String> checkpoints = [];
final checkpoints = <String>[];
try {
checkpoints.add('TestTestTest - 1');
final cognitoPlugin = Amplify.Auth.getPlugin(
Expand Down

0 comments on commit 431324a

Please sign in to comment.