Skip to content

Commit

Permalink
Fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
laurelmay authored Jan 8, 2024
1 parent b251f0f commit 971bb05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-cloudfront/test/function.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ describe('CloudFront Function', () => {

test('empty list is equivalent to not specifying', () => {
const stack = new Stack();

new Function(stack, 'TestFn', {
code: FunctionCode.fromInline('code'),
runtime: FunctionRuntime.JS_2_0,
Expand Down

0 comments on commit 971bb05

Please sign in to comment.