diff --git a/tests/Models/UserSeasonScoreAggregateTest.php b/tests/Models/UserSeasonScoreAggregateTest.php index 86470f7b4c2..510fa13219a 100644 --- a/tests/Models/UserSeasonScoreAggregateTest.php +++ b/tests/Models/UserSeasonScoreAggregateTest.php @@ -28,7 +28,7 @@ public function testAddMultipleScores(): void ->where('season_id', $this->season->getKey()) ->first(); - $this->assertSame(10.0, $userScore->total_score); // 10*1 + $this->assertSame(10.0, $userScore->total_score); // 10*1 $this->createRoomWithPlay('B', 15);