Skip to content

Commit

Permalink
use static instead
Browse files Browse the repository at this point in the history
  • Loading branch information
venix12 committed Jan 23, 2025
1 parent f1bf951 commit e8f0dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Models/UserSeasonScoreAggregateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ private function createRoomWithPlay(string $groupIndicator, float $totalScore):
'room_id' => $room,
]);

$this->roomAddPlay($this->user, $playlistItem, [
static::roomAddPlay($this->user, $playlistItem, [
'passed' => true,
'total_score' => $totalScore,
]);
Expand Down

0 comments on commit e8f0dc1

Please sign in to comment.