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:
parent
29009c85c0
commit
bf70276496
@ -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 =>
|
||||
|
Loading…
Reference in New Issue
Block a user