mirror of
https://github.com/osukey/osukey.git
synced 2025-06-23 20:27:58 +09:00
Fix incorrect test step name
Co-authored-by: PercyDan <50285552+PercyDan54@users.noreply.github.com>
This commit is contained in:
parent
4fb3a1d641
commit
f76f12d361
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user