Skip to content

Commit

Permalink
Update packages/@aws-cdk/aws-ecs/test/cluster.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Hsing-Hui Hsu <[email protected]>
  • Loading branch information
otterley and SoManyHs committed May 11, 2021
1 parent ccb9dc1 commit 3627bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-ecs/test/cluster.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1797,7 +1797,7 @@ nodeunitShim({
test.done();
},

'creates capacity providers with expected defaults'(test: Test) {
'creates ASG capacity providers with expected defaults'(test: Test) {
// GIVEN
const app = new cdk.App();
const stack = new cdk.Stack(app, 'test');
Expand Down

0 comments on commit 3627bd9

Please sign in to comment.