Closed norbertroamsys closed 3 years ago
@norbertroamsys thank you for reporting this. May we ask you to submit the test code as a PR? Thanks!
Hi @jmrozanec - I hope that's how it is suiteable for you. The JUnit test which contains the issue is set to Ignore
. So you may merge and build it without fixing ;-).
@norbertroamsys thank you! And have a happy new year! 😄
@IndeedSi thanks! 😄
Actual result : "every 30 minutes"
Expected Result : SOMETHING LIKE "Every second, every 30 minutes, starting at minutes past the hour" Please see: https://bradymholt.github.io/cron-expression-descriptor/ as one "reference".
It looks like the "seconds" part is ignored because "0 /30 " or "1 /30 " will generate the same output.
Test case/Code:
We find this smart library very helpful and hope that the issue may be easy to fix.
Thanks for support and/or feedback!