Update all actual usages of RulesetInfo.ID to use OnlineID instead

This commit is contained in:
Dean Herbert
2021-11-24 15:25:49 +09:00
parent f283770f34
commit bbd3ea5b77
12 changed files with 27 additions and 22 deletions

View File

@ -30,7 +30,7 @@ namespace osu.Game.Tests.Beatmaps.Formats
{
var score = decoder.Parse(resourceStream);
Assert.AreEqual(3, score.ScoreInfo.Ruleset.ID);
Assert.AreEqual(3, score.ScoreInfo.Ruleset.OnlineID);
Assert.AreEqual(2, score.ScoreInfo.Statistics[HitResult.Great]);
Assert.AreEqual(1, score.ScoreInfo.Statistics[HitResult.Good]);