Skip to content

Commit

Permalink
fix(aws-sns-sqs): code review changes for new aws-sns-sqs construct
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmatuki committed Aug 28, 2020
1 parent a2ead48 commit dc27900
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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', () => {
Expand Down Expand Up @@ -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', () => {
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit dc27900

Please sign in to comment.