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
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ private BeatmapCarousel createCarousel()
RelativeSizeAxes = Axes.Both,
BeatmapSets = new List<BeatmapSetInfo>
{
(testBeatmapSetInfo = TestResources.CreateTestBeatmapSetInfo()),
(testBeatmapSetInfo = TestResources.CreateTestBeatmapSetInfo(5)),
}
};
}