Skip to content

Commit 94d88fd

Browse files
committed
Fix test
1 parent 2493370 commit 94d88fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Integration/Client/ClientTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ public function testSearchModsLastPageNext()
278278
*/
279279
public function testSearchModsInClass()
280280
{
281-
$options = new ModSearchOptions(static::MINECRAFT_GAME_ID, static::MODS_CATEGORY_ID);
281+
$options = new ModSearchOptions(static::MINECRAFT_GAME_ID, classId: static::MODS_CATEGORY_ID);
282282
$mods = $this->apiClient->searchMods($options);
283283
$this->assertNotEmpty($mods);
284284
foreach ($mods as $mod) {

0 commit comments

Comments
 (0)