Skip to content

Commit

Permalink
refactor(ecs-patterns): organize tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wafuwafu13 committed Feb 19, 2024
1 parent c979d6b commit 6bbb764
Show file tree
Hide file tree
Showing 4 changed files with 1,709 additions and 1,707 deletions.
4 changes: 2 additions & 2 deletions packages/aws-cdk-lib/aws-ecs-patterns/test/ec2/l3s-v2.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { NamespaceType } from '../../../aws-servicediscovery';
import { Duration, Stack } from '../../../core';
import { ApplicationMultipleTargetGroupsEc2Service, NetworkMultipleTargetGroupsEc2Service } from '../../lib';

describe('When Application Load Balancer', () => {
describe('ApplicationMultipleTargetGroupsEc2Service', () => {
test('test ECS ALB construct with default settings', () => {
// GIVEN
const stack = new Stack();
Expand Down Expand Up @@ -893,7 +893,7 @@ describe('When Application Load Balancer', () => {
});
});

describe('When Network Load Balancer', () => {
describe('NetworkMultipleTargetGroupsEc2Service', () => {
test('test ECS NLB construct with default settings', () => {
// GIVEN
const stack = new Stack();
Expand Down
Loading

0 comments on commit 6bbb764

Please sign in to comment.