mirror of https://github.com/ppy/osu
Fix test failure
This commit is contained in:
parent
0106f1fe3e
commit
1eac34667d
|
@ -352,6 +352,7 @@ public void AccuracyRankAndTotalScoreOfLazerScorePreserved()
|
|||
[HitResult.Great] = 200,
|
||||
[HitResult.LargeTickHit] = 1,
|
||||
};
|
||||
scoreInfo.Rank = ScoreRank.A;
|
||||
|
||||
var beatmap = new TestBeatmap(ruleset);
|
||||
var score = new Score
|
||||
|
|
Loading…
Reference in New Issue