Skip to content

Commit

Permalink
remove unused module, rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
atsushi-ishibashi committed Feb 25, 2020
1 parent 739a61a commit 99ecc57
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export = {
test.done();
},

'can be created by serviceArn'(test: Test) {
'can be created by ImportedBaseService'(test: Test) {
const service = anyIBaseService();
const artifact = new codepipeline.Artifact('Artifact');

Expand Down
1 change: 0 additions & 1 deletion packages/@aws-cdk/aws-ecs/lib/ec2/ec2-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import * as ec2 from '@aws-cdk/aws-ec2';
import { Construct, Lazy, Resource, Stack } from '@aws-cdk/core';
import { BaseService, BaseServiceOptions, IService, LaunchType, PropagatedTagSource } from '../base/base-service';
import { NetworkMode, TaskDefinition } from '../base/task-definition';
import { ICluster } from '../cluster';
import { CfnService } from '../ecs.generated';
import { PlacementConstraint, PlacementStrategy } from '../placement';

Expand Down
1 change: 0 additions & 1 deletion packages/@aws-cdk/aws-ecs/lib/fargate/fargate-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import * as ec2 from '@aws-cdk/aws-ec2';
import * as cdk from '@aws-cdk/core';
import { BaseService, BaseServiceOptions, IService, LaunchType, PropagatedTagSource } from '../base/base-service';
import { TaskDefinition } from '../base/task-definition';
import { ICluster } from '../cluster';

/**
* The properties for defining a service using the Fargate launch type.
Expand Down

0 comments on commit 99ecc57

Please sign in to comment.