Skip to content

Commit

Permalink
one space too much
Browse files Browse the repository at this point in the history
  • Loading branch information
venix12 committed Jan 23, 2025
1 parent 1b72c3d commit b859bd5
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 @@ -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);

Expand Down

0 comments on commit b859bd5

Please sign in to comment.