We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2493370 commit 94d88fdCopy full SHA for 94d88fd
tests/Integration/Client/ClientTest.php
@@ -278,7 +278,7 @@ public function testSearchModsLastPageNext()
278
*/
279
public function testSearchModsInClass()
280
{
281
- $options = new ModSearchOptions(static::MINECRAFT_GAME_ID, static::MODS_CATEGORY_ID);
+ $options = new ModSearchOptions(static::MINECRAFT_GAME_ID, classId: static::MODS_CATEGORY_ID);
282
$mods = $this->apiClient->searchMods($options);
283
$this->assertNotEmpty($mods);
284
foreach ($mods as $mod) {
0 commit comments