Skip to content

Commit

Permalink
fix(aws-codepipeline): remove any cast from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Radoslaw Smogura committed Jan 8, 2019
1 parent 1b77cdc commit 82eeb26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-codepipeline/test/test.pipeline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ export = {
test.done();
},
},
} as any;
};

function stageForTesting(stack: cdk.Stack): codepipeline.Stage {
const pipeline = new codepipeline.Pipeline(stack, 'pipeline');
Expand Down

0 comments on commit 82eeb26

Please sign in to comment.