1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-26 21:03:21 +08:00

Fix results screen test failure

This commit is contained in:
Bartłomiej Dach 2023-10-27 13:22:17 +02:00
parent 96d784e06b
commit 32fc19ea0d
No known key found for this signature in database

View File

@ -362,7 +362,7 @@ namespace osu.Game.Tests.Visual.Ranking
{
var score = TestResources.CreateTestScoreInfo();
score.TotalScore += 10 - i;
score.Hash = $"test{i}";
score.HasOnlineReplay = true;
scores.Add(score);
}