1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 12:53:11 +08:00

Fix incorrect test step name

Co-authored-by: PercyDan <50285552+PercyDan54@users.noreply.github.com>
This commit is contained in:
Dean Herbert 2021-09-05 11:14:28 +09:00 committed by GitHub
parent 4fb3a1d641
commit f76f12d361
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,7 +76,7 @@ namespace osu.Game.Tests.Visual.Settings
AddStep("rotate 0", () => tabletHandler.Rotation.Value = 0);
ensureValid();
AddStep("rotate 0", () => tabletHandler.Rotation.Value = 45);
AddStep("rotate 45", () => tabletHandler.Rotation.Value = 45);
ensureInvalid();
AddStep("rotate 0", () => tabletHandler.Rotation.Value = 0);