Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jonife committed Feb 9, 2024
1 parent b0a3505 commit 0b74987
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/aws-cdk-lib/aws-lambda-event-sources/test/s3.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,8 @@ describe('S3EventSource', () => {
},
],
},
});
});
test('Cross account buckect access', () => {
// GIVEN
const app = new cdk.App();
Expand Down

0 comments on commit 0b74987

Please sign in to comment.