Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
PouleR authored May 22, 2024
1 parent 4b91e74 commit 94fa5a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/AppleMusicAPITest.php
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ public function testCreateLibraryPlaylist(): void
'POST',
'me/library/playlists',
['Content-Type' => 'application/json'],
'{"attributes":{"name":"unit.test","description":"description"},"relationships":{"tracks":{"data":[{"id":"5","type":"songs"},{"id":"3","type":"songs"}]}}}'
'{"attributes":{"name":"unit.test","description":"description","isPublic":false},"relationships":{"tracks":{"data":[{"id":"5","type":"songs"},{"id":"3","type":"songs"}]}}}'
)
->willReturn('OK');

Expand Down

0 comments on commit 94fa5a1

Please sign in to comment.