Skip to content

Commit

Permalink
fix(aft): add logging_cloudwatch packages to aft package selector test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nika Hassani committed Oct 6, 2023
1 parent 8b5b27f commit 3cd66f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/aft/test/config/package_selector_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ void main() {
'packages/common/amplify_db_common/example',
'packages/common/amplify_db_common_dart/example',
'packages/example_common/example',
'packages/logging_cloudwatch/amplify_logging_cloudwatch/example',
'packages/logging_cloudwatch/aws_logging_cloudwatch/example',
'packages/notifications/push/amplify_push_notifications/example',
'packages/notifications/push/amplify_push_notifications_pinpoint/example',
'packages/secure_storage/amplify_secure_storage/example',
Expand Down Expand Up @@ -134,6 +136,8 @@ void main() {
'packages/analytics/amplify_analytics_pinpoint/example',
'packages/api/amplify_api/example',
'packages/common/amplify_db_common/example',
'packages/logging_cloudwatch/amplify_logging_cloudwatch/example',
'packages/logging_cloudwatch/aws_logging_cloudwatch/example',
'packages/notifications/push/amplify_push_notifications/example',
'packages/notifications/push/amplify_push_notifications_pinpoint/example',
'packages/secure_storage/amplify_secure_storage/example',
Expand Down

0 comments on commit 3cd66f6

Please sign in to comment.