Fix beatmap carousel test failures

This commit is contained in:
Dean Herbert
2022-01-10 14:52:59 +09:00
parent a0f8debafe
commit 41d90cd0b5
2 changed files with 12 additions and 3 deletions

View File

@ -698,10 +698,9 @@ namespace osu.Game.Tests.Visual.SongSelect
for (int i = 1; i <= 15; i++)
{
set.Beatmaps.Add(new BeatmapInfo
set.Beatmaps.Add(new BeatmapInfo(new OsuRuleset().RulesetInfo, new BeatmapDifficulty(), new BeatmapMetadata())
{
DifficultyName = $"Stars: {i}",
Ruleset = new OsuRuleset().RulesetInfo,
StarRating = i,
});
}