Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yakanechi committed Jun 6, 2024
1 parent 914c0c9 commit 18e9d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/plugins/trigger.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2596,7 +2596,7 @@ describe('trigger tests', () => {
assert.equal(upstreamPipeline.getBuildsOf('target').length, 1);
});

it.only('[ ~sd@2:a, sd@2:a, sd@2:b ] is triggered in restart event when only sd@1:a restarts', async () => {
it('[ ~sd@2:a, sd@2:a, sd@2:b ] is triggered in restart event when only sd@1:a restarts', async () => {
const upstreamPipeline = await pipelineFactoryMock.createFromFile('~sd@2:a_sd@2:a_sd@2:b-upstream.yaml');
const downstreamPipeline = await pipelineFactoryMock.createFromFile('~sd@2:a_sd@2:a_sd@2:b-downstream.yaml');

Expand Down

0 comments on commit 18e9d80

Please sign in to comment.