mirror of
https://github.com/osukey/osukey.git
synced 2025-05-29 01:17:35 +09:00
Fixed some formatting and style
This commit is contained in:
parent
57500666d6
commit
ccbf6db810
@ -214,8 +214,8 @@ namespace osu.Game.Tests.Visual.Online
|
|||||||
AddStep("Press W", () => InputManager.Key(Key.W));
|
AddStep("Press W", () => InputManager.Key(Key.W));
|
||||||
AddStep("Release Control", () => InputManager.ReleaseKey(Key.ControlLeft));
|
AddStep("Release Control", () => InputManager.ReleaseKey(Key.ControlLeft));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
[Test]
|
||||||
public void TestCtrlWShortcut()
|
public void TestCtrlWShortcut()
|
||||||
{
|
{
|
||||||
AddStep("Join 2 channels", () =>
|
AddStep("Join 2 channels", () =>
|
||||||
@ -250,6 +250,7 @@ namespace osu.Game.Tests.Visual.Online
|
|||||||
AddStep("Release Control", () => InputManager.ReleaseKey(Key.ControlLeft));
|
AddStep("Release Control", () => InputManager.ReleaseKey(Key.ControlLeft));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[Test]
|
||||||
public void TestCtrlTShortcut()
|
public void TestCtrlTShortcut()
|
||||||
{
|
{
|
||||||
AddStep("Join 2 channels", () =>
|
AddStep("Join 2 channels", () =>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user