Skip to content

Commit f6aceac

Browse files
committed
Update snapshot
1 parent 92cc1f8 commit f6aceac

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/infra/src/constructs/__snapshots__/lambdaDeployment.test.ts.snap

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`returns expected CloudFormation stack 1`] = `
44
{
@@ -344,6 +344,9 @@ exports[`returns expected CloudFormation stack 1`] = `
344344
"Type": "AWS::Lambda::Function",
345345
},
346346
"LambdaFunctionCurrentVersion7D5C86E3dad486f78e1725da2340d446c21ddd39": {
347+
"Metadata": {
348+
"aws:cdk:do-not-refactor": true,
349+
},
347350
"Properties": {
348351
"FunctionName": {
349352
"Ref": "LambdaFunctionBF21E41F",

0 commit comments

Comments
 (0)