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 431324a commit ba761e4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,8 @@ void main() {
checkpoints.add('TestTestTest - 4');

final restApi = config.api!.awsPlugin!.values.singleWhere(
(e) => e.endpointType == EndpointType.rest);
(e) => e.endpointType == EndpointType.rest,
);
checkpoints.add('TestTestTest - 5');
final apiUrl = Uri.parse(restApi.endpoint);
checkpoints.add('TestTestTest - 6');
Expand Down

0 comments on commit ba761e4

Please sign in to comment.