mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 20:22:55 +08:00
Fix test failure
This commit is contained in:
parent
0106f1fe3e
commit
1eac34667d
@ -352,6 +352,7 @@ namespace osu.Game.Tests.Beatmaps.Formats
|
|||||||
[HitResult.Great] = 200,
|
[HitResult.Great] = 200,
|
||||||
[HitResult.LargeTickHit] = 1,
|
[HitResult.LargeTickHit] = 1,
|
||||||
};
|
};
|
||||||
|
scoreInfo.Rank = ScoreRank.A;
|
||||||
|
|
||||||
var beatmap = new TestBeatmap(ruleset);
|
var beatmap = new TestBeatmap(ruleset);
|
||||||
var score = new Score
|
var score = new Score
|
||||||
|
Loading…
Reference in New Issue
Block a user