From dc2790033a296f0e6165d5df43b98679bd584aed Mon Sep 17 00:00:00 2001 From: Daniel Matuki da Cunha Date: Fri, 28 Aug 2020 08:33:11 -0700 Subject: [PATCH] fix(aws-sns-sqs): code review changes for new aws-sns-sqs construct --- .../aws-sns-sqs/test/sns-sqs.test.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/patterns/@aws-solutions-constructs/aws-sns-sqs/test/sns-sqs.test.ts b/source/patterns/@aws-solutions-constructs/aws-sns-sqs/test/sns-sqs.test.ts index b3078f0f3..18a67813a 100644 --- a/source/patterns/@aws-solutions-constructs/aws-sns-sqs/test/sns-sqs.test.ts +++ b/source/patterns/@aws-solutions-constructs/aws-sns-sqs/test/sns-sqs.test.ts @@ -21,7 +21,7 @@ import { SynthUtils } from '@aws-cdk/assert'; import '@aws-cdk/assert/jest'; // -------------------------------------------------------------- -// Pattern deployment w/ new Topic, new Queue and +// Pattern deployment with new Topic, new Queue and // default properties // -------------------------------------------------------------- test('Pattern deployment w/ new Topic, new Queue and default props', () => { @@ -62,7 +62,7 @@ test('Pattern deployment w/ new Topic, new Queue and default props', () => { }); // -------------------------------------------------------------- -// Pattern deployment w/ new Topic, new Queue, and +// Pattern deployment with new Topic, new Queue, and // overridden properties // -------------------------------------------------------------- test('Pattern deployment w/ new topic, new queue, and overridden props', () => { @@ -125,7 +125,7 @@ test('Test getter methods', () => { }); // -------------------------------------------------------------- -// Test deployment w/ existing queue, and topic +// Test deployment with existing queue, and topic // -------------------------------------------------------------- test('Test deployment w/ existing queue, and topic', () => { // Stack