mirror of
https://github.com/ppy/osu
synced 2025-03-05 19:11:52 +00:00
Fix TestSceneUpdateBeatmapSetButton
using random difficulty count
This commit is contained in:
parent
97d1c6e9fc
commit
118c86df34
@ -251,7 +251,7 @@ namespace osu.Game.Tests.Visual.SongSelect
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
BeatmapSets = new List<BeatmapSetInfo>
|
||||
{
|
||||
(testBeatmapSetInfo = TestResources.CreateTestBeatmapSetInfo()),
|
||||
(testBeatmapSetInfo = TestResources.CreateTestBeatmapSetInfo(5)),
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user