Skip to content

Commit 0b74987

Browse files
committed
Fix lint issues
1 parent b0a3505 commit 0b74987

File tree

1 file changed

+2
-0
lines changed
  • packages/aws-cdk-lib/aws-lambda-event-sources/test

1 file changed

+2
-0
lines changed

packages/aws-cdk-lib/aws-lambda-event-sources/test/s3.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,8 @@ describe('S3EventSource', () => {
226226
},
227227
],
228228
},
229+
});
230+
});
229231
test('Cross account buckect access', () => {
230232
// GIVEN
231233
const app = new cdk.App();

0 commit comments

Comments
 (0)