1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 14:32:55 +08:00

Remove leftover step

This commit is contained in:
Salman Ahmed 2021-04-25 20:11:41 +03:00
parent 7390a12e4b
commit 334927ed35

View File

@ -75,7 +75,6 @@ namespace osu.Game.Tests.Visual.Editing
{
SelectionBoxRotationHandle rotationHandle = null;
AddStep("enable rotation", () => selectionBox.CanRotate = true);
AddStep("retrieve rotation handle", () => rotationHandle = this.ChildrenOfType<SelectionBoxRotationHandle>().First());
AddAssert("handle hidden", () => rotationHandle.Alpha == 0);