This commit is contained in:
David Zhao 2019-06-11 15:51:14 +09:00
parent d4ba67747b
commit 975bb3db8a
2 changed files with 1 additions and 2 deletions

View File

@ -1 +0,0 @@
osu

View File

@ -222,7 +222,7 @@ public void TestAddNewBeatmapWhileSelectingRandom()
{
beatmapChangedCount = 0;
debounceCount = 0;
songSelect.Carousel.SelectionChanged += _ => beatmapChangedCount += 1;
songSelect.Carousel.SelectionChanged += _ => beatmapChangedCount++;
});
AddRepeatStep($"Create beatmaps {test_count} times", () =>
{