Skip to content

Commit

Permalink
Update AppleMusicAPITest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
PouleR authored Aug 22, 2022
1 parent c6a5625 commit 31a6281
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 @@ -300,7 +300,7 @@ public function testSearchCatalog(): void
{
$this->client->expects(static::once())
->method('apiRequest')
->with('GET', 'catalog/us/search?term=search&types=songs')
->with('GET', 'catalog/us/search?term=search&types=songs&offset=0&limit=5')
->willReturn('{"Search"}');

self::assertEquals(
Expand Down

0 comments on commit 31a6281

Please sign in to comment.