Skip to content

Commit

Permalink
fix: update commented template test (#27870)
Browse files Browse the repository at this point in the history
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*
  • Loading branch information
it-me-joda committed Nov 7, 2023
1 parent 2d0c1d0 commit 028911f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ package main
// stack := New%name.PascalCased%Stack(app, "MyStack", nil)

// // THEN
// template := assertions.Template_FromStack(stack)
// template := assertions.Template_FromStack(stack, nil)

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

0 comments on commit 028911f

Please sign in to comment.