Skip to content

Commit

Permalink
Merge pull request #820 from prey/Fix/test-trigger-diff
Browse files Browse the repository at this point in the history
remove difference cause by merge in test trigger.notgithub.js
  • Loading branch information
SoraKenji authored Jul 26, 2023
2 parents 1ebc9d5 + 03c709a commit f1a9f34
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions test/lib/agent/actions/triggers.notgithub.js
Original file line number Diff line number Diff line change
Expand Up @@ -400,19 +400,6 @@ describe('triggers', () => {
spy_logger2.getCall(0).args[0].should.containEql('Persisting action for');
done();
})

<<<<<<< HEAD:test/lib/agent/actions/triggers.notgithub.js
=======
// it('does not executes again', (done) => {
// clock.tick(2000);
// triggers.start(id, () => {
// clock.tick(500);
// spy_perform.notCalled.should.be.equal(true);
// done();
// })
// })
>>>>>>> master:test/lib/agent/actions/triggers.js

})
})
});
Expand Down

0 comments on commit f1a9f34

Please sign in to comment.