Closed johnwmillr closed 5 years ago
Describe the bug The search_song method doesn't check that it's returning the correct song.
search_song
Expected behavior Searching for "99 problems" returns a Drake song, "All Me", instead of the expected "99 Problems" by Jay-Z.
To Reproduce Describe the steps required to reproduce the behavior.
print(song)
Additional context I should probably add a check in to make sure we're not missing a search result that actually matches the song name.
Hi John,
Figured I would help contribute with the PR above. Let me know if that is what you had in mind to fix this bug.
-Chris
Thanks for the contribution, Chris! I'll try to get to your PR this weekend.
Describe the bug The
search_song
method doesn't check that it's returning the correct song.Expected behavior Searching for "99 problems" returns a Drake song, "All Me", instead of the expected "99 Problems" by Jay-Z.
To Reproduce Describe the steps required to reproduce the behavior.
print(song)
Additional context I should probably add a check in to make sure we're not missing a search result that actually matches the song name.