Fix TestSceneUpdateBeatmapSetButton using random difficulty count

This commit is contained in:
Bartłomiej Dach 2023-08-28 14:57:00 +02:00
parent 97d1c6e9fc
commit 118c86df34
No known key found for this signature in database

View File

@ -251,7 +251,7 @@ namespace osu.Game.Tests.Visual.SongSelect
RelativeSizeAxes = Axes.Both,
BeatmapSets = new List<BeatmapSetInfo>
{
(testBeatmapSetInfo = TestResources.CreateTestBeatmapSetInfo()),
(testBeatmapSetInfo = TestResources.CreateTestBeatmapSetInfo(5)),
}
};
}