Fix APIBeatmapSet.Beatmaps being IEnumerable, causing stupid issues

This commit is contained in:
Dean Herbert
2021-11-04 16:44:05 +09:00
parent 84d36cbae7
commit 5a078da4d9
9 changed files with 15 additions and 20 deletions

View File

@ -21,7 +21,7 @@ namespace osu.Game.Tests.Visual.Beatmaps
{
RulesetID = difficulty.rulesetId,
StarRating = difficulty.stars
}).ToList()
}).ToArray()
};
[Test]