1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-23 16:07:24 +08:00

Changed test formatting

Tests should be prefixed with [Test]. Previously my tests do not have this.
This commit is contained in:
Joseph-Ramos-CMU 2020-12-14 18:33:51 -05:00
parent 206312d4c2
commit 37a6010887

View File

@ -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", () =>