mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
fix test
This commit is contained in:
@ -219,7 +219,7 @@ namespace osu.Game.Tests.Visual.SongSelect
|
||||
AddStep("Setup counter", () =>
|
||||
{
|
||||
beatmapChangedCount = 0;
|
||||
songSelect.Carousel.BeatmapSetsChanged += () => beatmapChangedCount++;
|
||||
songSelect.Carousel.SelectionChanged += _ => beatmapChangedCount++;
|
||||
});
|
||||
AddRepeatStep($"Create beatmaps {test_count} times", () =>
|
||||
{
|
||||
|
Reference in New Issue
Block a user