-
-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✅ Update failing tests #295
Conversation
I ended up doing this after reviewing #281 while looking through the current testing. I'd be happy to continue working on that issue and making additions here prior to merging. Let me know if there are particular parts of the project that need test coverage. |
Thank you so much, I appreciate you taking the time to fix these!
I responded on Discord this AM, but I think a good candidate for adding tests and/or general clean up would be I'll leave it up to you if: a). you would like to tackle it and b). if you would rather put it all in this PR or separate it out. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks again! As discussed offline, I'll merge this once CI passes
/// job_id: "Gandalf quote".to_string(), | ||
/// message: "When in doubt, follow your nose".to_string(), | ||
/// let event = CoreEvent::CreatedMedia { | ||
/// id: "id_for_the_media".to_string(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not a LOTR fan? 😉
Looks like cargo is complaining about format. I'll be able to correct it tomorrow if you can't get to it |
For future reference, clippy --fix won't correct warnings unless you run: __CARGO_FIX_YOLO=1 cargo clippy --fix lol |
I was wondering why they didn't get caught by the auto formatting. Thanks for handling, I've spent like 8 hours outside the office in the past three days so I didn't have a chance to fix the issue. |
Yeah it definitely made me double take for a second when it just wasn't working.
No problem at all - that's rough! I hope you have some solid rest and recovery over the weekend or sometime soon |
Several doctests were failing and I got them passing.