From 489fbea423a8373d9413eff463a1e1a8f8004edf Mon Sep 17 00:00:00 2001 From: Brian Beck Date: Mon, 27 Feb 2023 16:35:30 -0700 Subject: [PATCH] remove whitespace --- .../aws-stepfunctions/test/distributed-map.test.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/packages/@aws-cdk/aws-stepfunctions/test/distributed-map.test.ts b/packages/@aws-cdk/aws-stepfunctions/test/distributed-map.test.ts index f2e69d7aef62d..14059c0660abc 100644 --- a/packages/@aws-cdk/aws-stepfunctions/test/distributed-map.test.ts +++ b/packages/@aws-cdk/aws-stepfunctions/test/distributed-map.test.ts @@ -49,7 +49,6 @@ describe('Distributed Map State', () => { }, }, }); - }), test('State Machine With Distributed Map State and ResultSelector', () => { @@ -154,7 +153,6 @@ describe('Distributed Map State', () => { }, }, }); - }), test('State Machine With Distributed Map State and S3JsonItemReader', () => { @@ -216,7 +214,6 @@ describe('Distributed Map State', () => { }, }, }); - }), test('State Machine With Distributed Map State and First Row S3CsvItemReader', () => { @@ -280,7 +277,6 @@ describe('Distributed Map State', () => { }, }, }); - }), test('State Machine With Distributed Map State and Given S3CsvItemReader', () => { @@ -345,7 +341,6 @@ describe('Distributed Map State', () => { }, }, }); - }), test('State Machine With Distributed Map State and S3ManifestItemReader', () => { @@ -407,7 +402,6 @@ describe('Distributed Map State', () => { }, }, }); - }), test('State Machine With Distributed Map State and ResultWriter', () => { @@ -468,7 +462,6 @@ describe('Distributed Map State', () => { }, }, }); - }), test('State Machine With Distributed Map State', () => { @@ -534,7 +527,6 @@ describe('Distributed Map State', () => { }, }, }); - }), test('synth is successful', () => {