Skip to content

Commit

Permalink
chore(doc): INTEGRATION_TESTS (#25299)
Browse files Browse the repository at this point in the history
As the module has renamed in #25056 the doc should reflect the change accordingly.

Closes #<issue number here>.

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
pahud committed Apr 25, 2023
1 parent 706dc89 commit c9c82b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INTEGRATION_TESTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ _integ.lambda.ts_
import * as iam from '@aws-cdk/aws-iam';
import * as cdk from '@aws-cdk/core';
import * as lambda from '../lib';
import * as integ from '@aws-cdk/integ-tests';
import * as integ from '@aws-cdk/integ-tests-alpha';

const app = new cdk.App();

Expand Down

0 comments on commit c9c82b6

Please sign in to comment.