1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 22:30:53 +08:00

Fix results screen test failure

This commit is contained in:
Bartłomiej Dach
2023-10-27 13:22:17 +02:00
Unverified
parent 96d784e06b
commit 32fc19ea0d
@@ -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);
}