1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-21 03:32:54 +08:00

Fix test re-using the same beatmap sets

This commit is contained in:
smoogipoo 2020-03-23 11:12:36 +09:00
parent 29009c85c0
commit bf70276496

View File

@ -234,6 +234,8 @@ namespace osu.Game.Tests.Visual.SongSelect
AddStep("Create beatmaps for taiko only", () =>
{
sets.Clear();
var rulesetBeatmapSet = createTestBeatmapSet(1);
var taikoRuleset = rulesets.AvailableRulesets.ElementAt(1);
rulesetBeatmapSet.Beatmaps.ForEach(b =>