1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-28 20:40:46 +08:00

Add failing test case

This commit is contained in:
Bartłomiej Dach
2025-03-18 12:02:12 +01:00
Unverified
parent c91705d701
commit 85076081d2
@@ -43,6 +43,7 @@ namespace osu.Game.Tests.Beatmaps.Formats
var working = new TestWorkingBeatmap(decoder.Decode(stream));
Assert.AreEqual(6, working.Beatmap.BeatmapVersion);
Assert.That(working.Beatmap.BeatmapInfo.Ruleset.Name, Is.Not.EqualTo("null placeholder ruleset"));
Assert.AreEqual(6, working.GetPlayableBeatmap(new OsuRuleset().RulesetInfo, Array.Empty<Mod>()).BeatmapVersion);
}
}