mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:17:23 +08:00
fix test
This commit is contained in:
parent
1aa865c3fb
commit
41e3e2222b
@ -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", () =>
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user