Skip to content

Commit

Permalink
Composer fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TwosomesUP committed May 24, 2024
1 parent abdd37c commit af5d59d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Helpers/database/player-achievement.php
Original file line number Diff line number Diff line change
Expand Up @@ -354,4 +354,4 @@ function getAchievementDistribution(
->map(fn ($value, $index) => $awardedCounts[$index] ?? 0)
->sortKeys()
->toArray();
}
}
2 changes: 1 addition & 1 deletion tests/Feature/Api/V1Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public function testGetAchievementDistribution(): void
'2' => 0,
'3' => 0,
'4' => 1, // this now counts softcore unlocks instead of total (softcore + hardcore)
'5' => 0,
'5' => 0,
'6' => 0,
]);
}
Expand Down

0 comments on commit af5d59d

Please sign in to comment.