Skip to content

Commit

Permalink
toolkit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
comcalvi committed Jun 13, 2024
1 parent 4b88b03 commit af40c5e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/aws-cdk/test/cdk-toolkit.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1347,9 +1347,7 @@ class FakeCloudFormation extends Deployments {
Object.entries(tags).map(([Key, Value]) => ({ Key, Value }))
.sort((l, r) => l.Key.localeCompare(r.Key));
}
if (expectedNotificationArns) {
this.expectedNotificationArns = expectedNotificationArns;
}
this.expectedNotificationArns = expectedNotificationArns ?? [];
}

public deployStack(options: DeployStackOptions): Promise<DeployStackResult> {
Expand Down

0 comments on commit af40c5e

Please sign in to comment.