-
-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fix retries #1573
Fix retries #1573
Conversation
Thanks for the PR! Makes sense. lychee/lychee-bin/tests/cli.rs Lines 547 to 557 in 10056dc
The unit test would be about creating a new status object and checking that it returns the correct result when calling |
unit test and integration test added! |
Brilliant! Thanks for the quick turnaround and for the clean implementation. |
I'm not seeing any retries.
I'm very new to rust, so probably missing how it's supposed to work, but this change made retries work for me.