go-co-op / gocron

Easy and fluent Go cron scheduling. This is a fork from https://github.com/jasonlvhit/gocron
MIT License
5.68k stars 309 forks source link

fix(mocks): update `MockScheduler` mock #783

Closed wandering-tales closed 1 month ago

wandering-tales commented 1 month ago

What does this do?

Updates MockScheduler mock to make it implement gocron.Scheduler.

Which issue(s) does this PR fix/relate to?

Resolves #782

List any changes that modify/break current functionality

None.

Have you included tests for your changes?

Not needed.

Did you document any new/modified functionality?

Notes

None.

wandering-tales commented 1 month ago

Fixed in #721