Skip to content

Commit 028911f

Browse files
authored
fix: update commented template test (#27870)
Fixes the commented out default test to make it easier for new users to get started. Closes #27869. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 2d0c1d0 commit 028911f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-cdk/lib/init-templates/app/go/%name%_test.template.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ package main
1818
// stack := New%name.PascalCased%Stack(app, "MyStack", nil)
1919

2020
// // THEN
21-
// template := assertions.Template_FromStack(stack)
21+
// template := assertions.Template_FromStack(stack, nil)
2222

2323
// template.HasResourceProperties(jsii.String("AWS::SQS::Queue"), map[string]interface{}{
2424
// "VisibilityTimeout": 300,

0 commit comments

Comments
 (0)