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:
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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user