Skip to content

Commit

Permalink
Merge branch 'main' into automation/yarn-upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Apr 17, 2024
2 parents 6cf731f + e22e930 commit 5cde94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-lambda/test/runtime.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ describe('runtime', () => {
expect(runtime.bundlingDockerImage.image).toEqual('public.ecr.aws/sam/build-my-runtime-name');
});

test('overridde to bundlingDockerImage points to the correct image', () => {
test('override to bundlingDockerImage points to the correct image', () => {
// GIVEN
const runtime = new lambda.Runtime('my-runtime-name', undefined, {
bundlingDockerImage: 'my-docker-image',
Expand Down

0 comments on commit 5cde94b

Please sign in to comment.