Skip to content

Commit

Permalink
fixed typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
ayuthmang authored and ncb000gt committed Apr 25, 2022
1 parent 5626867 commit 8a4641b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cron.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ describe('cron', () => {
job.stop();
});

it('should scope onTick to object within contstructor object', () => {
it('should scope onTick to object within constructor object', () => {
const clock = sinon.useFakeTimers();

const job = new cron.CronJob({
Expand Down

0 comments on commit 8a4641b

Please sign in to comment.