mirror of
https://github.com/ppy/osu.git
synced 2024-11-12 07:38:21 +08:00
Changed test formatting
Tests should be prefixed with [Test]. Previously my tests do not have this.
This commit is contained in:
parent
206312d4c2
commit
37a6010887
@ -219,6 +219,7 @@ namespace osu.Game.Tests.Visual.Online
|
||||
AddStep("Release Shift", () => InputManager.ReleaseKey(Key.ShiftLeft));
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void TestCtrlShiftTShortcut1()
|
||||
{
|
||||
AddStep("Join 2 channels", () =>
|
||||
@ -239,6 +240,7 @@ namespace osu.Game.Tests.Visual.Online
|
||||
AddAssert("channel 2 open", () => channelManager.JoinedChannels.Contains(channel2));
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void TestCtrlShiftTShortcut2()
|
||||
{
|
||||
AddStep("Join 2 channels", () =>
|
||||
|
Loading…
Reference in New Issue
Block a user