Fix one more missed case

This commit is contained in:
Dean Herbert
2021-10-29 18:35:15 +09:00
parent 07e3ced315
commit 04acc7601c

View File

@ -685,6 +685,7 @@ namespace osu.Game.Tests.Visual.SongSelect
set.Beatmaps.Add(new BeatmapInfo set.Beatmaps.Add(new BeatmapInfo
{ {
Version = $"Stars: {i}", Version = $"Stars: {i}",
Ruleset = new OsuRuleset().RulesetInfo,
StarDifficulty = i, StarDifficulty = i,
}); });
} }