Skip to content

Commit f696efc

Browse files
authored
fix(cli): fix broken test in Java init template (#3108)
Follow-up to address changes introduced in #3065
1 parent f2293e0 commit f696efc

File tree

1 file changed

+7
-7
lines changed
  • packages/aws-cdk/lib/init-templates/app/java/src/test/resources/com/myorg

1 file changed

+7
-7
lines changed

packages/aws-cdk/lib/init-templates/app/java/src/test/resources/com/myorg/expected.cfn.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,7 @@
4141
]
4242
}
4343
},
44-
"MyFirstTopic0ED1F8A4": {
45-
"Type": "AWS::SNS::Topic",
46-
"Properties": {
47-
"DisplayName": "My First Topic Yeah"
48-
}
49-
},
50-
"MyFirstTopicMyFirstQueue2028650A": {
44+
"MyFirstQueuetestMyFirstTopic4B48EB90A3428EB7": {
5145
"Type": "AWS::SNS::Subscription",
5246
"Properties": {
5347
"Protocol": "sqs",
@@ -62,6 +56,12 @@
6256
}
6357
}
6458
},
59+
"MyFirstTopic0ED1F8A4": {
60+
"Type": "AWS::SNS::Topic",
61+
"Properties": {
62+
"DisplayName": "My First Topic Yeah"
63+
}
64+
},
6565
"BucketsBucket04F23AD6D": {
6666
"Type": "AWS::S3::Bucket",
6767
"DeletionPolicy": "Retain"

0 commit comments

Comments
 (0)