Skip to content

Commit

Permalink
update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizencc committed Dec 31, 2024
1 parent 4ef4499 commit e30ed04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/@aws-cdk/cli-args-gen/test/cli-type-gen.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,14 +188,14 @@ describe('render', () => {
*
* @default - undefined
*/
readonly 'notification-arns'?: Array<string>;
readonly notificationArns?: Array<string>;
/**
* Other array
*
* @default - []
*/
readonly 'other-array'?: Array<string>;
readonly otherArray?: Array<string>;
}
"
`);
Expand Down

0 comments on commit e30ed04

Please sign in to comment.