Skip to content

Commit 694c22b

Browse files
authored
chore(codebuild): migrate tests to use the Assertions module (#18607)
---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent bde1795 commit 694c22b

7 files changed

+220
-225
lines changed

packages/@aws-cdk/aws-codebuild/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
},
8484
"license": "Apache-2.0",
8585
"devDependencies": {
86-
"@aws-cdk/assert-internal": "0.0.0",
86+
"@aws-cdk/assertions": "0.0.0",
8787
"@aws-cdk/aws-sns": "0.0.0",
8888
"@aws-cdk/aws-sqs": "0.0.0",
8989
"@aws-cdk/cdk-build-tools": "0.0.0",

0 commit comments

Comments
 (0)