mirror of https://github.com/ppy/osu
Fix `TestSceneUpdateBeatmapSetButton` using random difficulty count
This commit is contained in:
parent
97d1c6e9fc
commit
118c86df34
|
@ -251,7 +251,7 @@ private BeatmapCarousel createCarousel()
|
|||
RelativeSizeAxes = Axes.Both,
|
||||
BeatmapSets = new List<BeatmapSetInfo>
|
||||
{
|
||||
(testBeatmapSetInfo = TestResources.CreateTestBeatmapSetInfo()),
|
||||
(testBeatmapSetInfo = TestResources.CreateTestBeatmapSetInfo(5)),
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue