From cf94ac2541138e5a2963dc2b9d02a9e4d3710cc5 Mon Sep 17 00:00:00 2001 From: kazuho cryer-shinozuka Date: Sun, 3 Mar 2024 07:11:43 +0900 Subject: [PATCH] =?UTF-8?q?start-build-batch.test.ts=20=E3=82=92=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Luca Pizzini --- .../test/codebuild/start-build-batch.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/aws-cdk-lib/aws-stepfunctions-tasks/test/codebuild/start-build-batch.test.ts b/packages/aws-cdk-lib/aws-stepfunctions-tasks/test/codebuild/start-build-batch.test.ts index 6802ae56931d9..15d1d3f71ded3 100644 --- a/packages/aws-cdk-lib/aws-stepfunctions-tasks/test/codebuild/start-build-batch.test.ts +++ b/packages/aws-cdk-lib/aws-stepfunctions-tasks/test/codebuild/start-build-batch.test.ts @@ -119,7 +119,7 @@ test('supports tokens', () => { }); }); -test('with the all parameters', () => { +test('with all the parameters', () => { // WHEN const task = new CodeBuildStartBuildBatch(stack, 'Task', { project: codebuildProject,