Skip to content

Commit

Permalink
rm trailing spaces in triggers.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
go-to-k committed May 14, 2024
1 parent 3700097 commit c2bb84a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ describe('triggers', () => {
}],
});
});

test('undefined events in pullRequestFilter for trigger is set to all events', () => {
const pipeline = new codepipeline.Pipeline(stack, 'Pipeline', {
pipelineType: codepipeline.PipelineType.V2,
Expand Down

0 comments on commit c2bb84a

Please sign in to comment.