Skip to content
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

tests: fix assertions for empty MediaFile.images #4593

Merged
merged 1 commit into from
Dec 18, 2022

Conversation

wisp3rwind
Copy link
Member

Fixes #4592

used to work due to inconsistent mediafile implementation, but with
beetbox/mediafile#64 (in mediafile >= 0.11.0)
list fields are None if non-existent, not the empty list
@wisp3rwind wisp3rwind added the testing Relates to the testing/CI infrastructure label Dec 18, 2022
@wisp3rwind wisp3rwind merged commit 195ef6c into beetbox:master Dec 18, 2022
@wisp3rwind wisp3rwind deleted the pr_fix_mediafile_tests branch December 18, 2022 07:51
@sampsyo
Copy link
Member

sampsyo commented Dec 19, 2022

Thank you for catching this!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing Relates to the testing/CI infrastructure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test failures, presumably due to mediafile changes for non-existing list fields
2 participants