mirror of
https://github.com/ppy/osu.git
synced 2026-05-26 17:50:34 +08:00
Changed test formatting
Tests should be prefixed with [Test]. Previously my tests do not have this.
This commit is contained in:
@@ -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", () =>
|
||||
|
||||
Reference in New Issue
Block a user