mirror of
https://github.com/ppy/osu.git
synced 2025-02-05 05:52:56 +08:00
Fix results screen test failure
This commit is contained in:
parent
96d784e06b
commit
32fc19ea0d
@ -362,7 +362,7 @@ namespace osu.Game.Tests.Visual.Ranking
|
|||||||
{
|
{
|
||||||
var score = TestResources.CreateTestScoreInfo();
|
var score = TestResources.CreateTestScoreInfo();
|
||||||
score.TotalScore += 10 - i;
|
score.TotalScore += 10 - i;
|
||||||
score.Hash = $"test{i}";
|
score.HasOnlineReplay = true;
|
||||||
scores.Add(score);
|
scores.Add(score);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user