mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[PR #5] [MERGED] Fix failing tests #178
Labels
No labels
Stale
bug
discussion
enhancement
good first issue
good first issue
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rspotify#178
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ramsayleung/rspotify/pull/5
Author: @DomWilliams0
Created: 5/15/2018
Status: ✅ Merged
Merged: 5/16/2018
Merged by: @ramsayleung
Base:
master← Head:master📝 Commits (4)
bd817f1Fix typo in AlbumType enum6959a16Remove empty body from GET requestsc508f0cFix panic in parsing of empty token codee45793bUpdate Cargo.lock version📊 Changes
4 files changed (+27 additions, -21 deletions)
View changed files
📝
Cargo.lock(+1 -1)📝
src/spotify/client.rs(+19 -12)📝
src/spotify/oauth2.rs(+3 -4)📝
src/spotify/senum.rs(+4 -4)📄 Description
I fixed a few issues that were preventing the tests from passing:
{}parse_response_codeis an empty string, the function panicsCargo also keeps trying to update the version in
Cargo.lockto 0.1.2, so I commited that too :)Thanks a lot for this library, it has saved me a lot of time! 💯
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.