Skip to content

Commit

Permalink
Update Spotify API tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nukeop committed Aug 18, 2024
1 parent 1315341 commit 73b8b2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions packages/core/src/rest/Spotify.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ describe('Spotify tests', () => {
href: 'track-href',
album: {
id: 'album-id',
name: 'test album',
images: []
},
artists: [{ name: 'test artist' }],
Expand Down Expand Up @@ -151,6 +152,7 @@ describe('Spotify tests', () => {
href: 'track-href',
album: {
id: 'album-id',
name: 'test album',
images: []
},
artists: [{ name: 'test artist' }],
Expand Down Expand Up @@ -202,6 +204,7 @@ describe('Spotify tests', () => {
href: 'track-href',
album: {
id: 'album-id',
name: 'test album',
images: []
},
artists: [{ name: 'test artist' }],
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
"playlist": "Playlist",
"play": "Play",
"external-source-tooltip": "This playlist is from an external source: {{source}}. You can't edit it. Save it locally using the playlist menu to make changes.",
"save-external-playlist": "Save playlist locally"
"save-external-playlist": "Save locally"
},
"plugins": {
"add-a-plugin": "Add a plugin",
Expand Down

0 comments on commit 73b8b2f

Please sign in to comment.