Skip to content

Commit

Permalink
feat: update playlist_test.go to log multiple cover arts in API response
Browse files Browse the repository at this point in the history
  • Loading branch information
ghoshRitesh12 committed Jul 26, 2024
1 parent cd7ff95 commit 874bb4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parsers/playlist_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func TestGetPlaylist(t *testing.T) {
assert.NoError(t, err)
assert.NotNil(t, playlist)

t.Log(playlist.CoverArt)
t.Logf("\n%#v\n\n", playlist.CoverArts)

t.Run("continuation content", func(t *testing.T) {
if i == 0 {
Expand Down

0 comments on commit 874bb4e

Please sign in to comment.