mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[PR #259] [MERGED] Add test for percent search bug #350
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#350
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/259
Author: @marioortizmanero
Created: 9/25/2021
Status: ✅ Merged
Merged: 9/30/2021
Merged by: @ramsayleung
Base:
master← Head:percent-search📝 Commits (6)
c877029Add test for percent search bugd80ab80Fixcurrent_user_saved_{tracks,albums}fc56139Update changelogef3a000Fix examples and testsd0add84Merge pull request #260 from ramsayleung/is-playable-tests731355aMerge branch 'master' into percent-search📊 Changes
6 files changed (+48 additions, -20 deletions)
View changed files
📝
CHANGELOG.md(+1 -0)📝
examples/pagination_async.rs(+2 -2)📝
examples/pagination_manual.rs(+1 -1)📝
examples/pagination_sync.rs(+1 -1)📝
src/clients/oauth.rs(+18 -4)📝
tests/test_with_oauth.rs(+25 -12)📄 Description
Description
This closes #141, which has been fixed magically :P
Dependencies
None
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
I've added a new test that's equivalent to the one that was failing.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
get/etc methods #410