We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey @windblows95,
I just noticed the tests for Season/Episodes from your PR #14 are failing: returning empty season/episode.
The call to NewSeason returns without error but the episode list is empty: https://github.com/StalkR/imdb/blob/master/season_test.go#L174
NewSeason
Test log: https://github.com/StalkR/imdb/actions/runs/12748036337/job/35527355036
If possible, it should catch something went wrong with parsing and return an error (e.g. could not parse).
And then, if you can fix the parsing so it returns the episode list.
Filing this in case you're willing to look into it.
The text was updated successfully, but these errors were encountered:
Addressed in my latest PR
Sorry, something went wrong.
No branches or pull requests
Hey @windblows95,
I just noticed the tests for Season/Episodes from your PR #14 are failing: returning empty season/episode.
The call to
NewSeason
returns without error but the episode list is empty: https://github.com/StalkR/imdb/blob/master/season_test.go#L174Test log: https://github.com/StalkR/imdb/actions/runs/12748036337/job/35527355036
If possible, it should catch something went wrong with parsing and return an error (e.g. could not parse).
And then, if you can fix the parsing so it returns the episode list.
Filing this in case you're willing to look into it.
The text was updated successfully, but these errors were encountered: