1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 11:07:52 +08:00

Update test to match test beamap data

This commit is contained in:
Dean Herbert 2021-09-21 23:45:03 +09:00
parent 59d6a718d6
commit 4cdce69f7e

View File

@ -57,12 +57,12 @@ namespace osu.Game.Rulesets.Osu.Tests.Editor
{
AddStep("enable rectangular grid", () => InputManager.Key(Key.Y));
AddUntilStep("rectangular grid visible", () => this.ChildrenOfType<OsuRectangularPositionSnapGrid>().Any());
gridSizeIs(32);
gridSizeIs(4);
nextGridSizeIs(4);
nextGridSizeIs(8);
nextGridSizeIs(16);
nextGridSizeIs(32);
nextGridSizeIs(4);
}
private void nextGridSizeIs(int size)