mirror of
https://github.com/ppy/osu.git
synced 2025-01-31 03:22:54 +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));
|
AddStep("Release Shift", () => InputManager.ReleaseKey(Key.ShiftLeft));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[Test]
|
||||||
public void TestCtrlShiftTShortcut1()
|
public void TestCtrlShiftTShortcut1()
|
||||||
{
|
{
|
||||||
AddStep("Join 2 channels", () =>
|
AddStep("Join 2 channels", () =>
|
||||||
@ -239,6 +240,7 @@ namespace osu.Game.Tests.Visual.Online
|
|||||||
AddAssert("channel 2 open", () => channelManager.JoinedChannels.Contains(channel2));
|
AddAssert("channel 2 open", () => channelManager.JoinedChannels.Contains(channel2));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[Test]
|
||||||
public void TestCtrlShiftTShortcut2()
|
public void TestCtrlShiftTShortcut2()
|
||||||
{
|
{
|
||||||
AddStep("Join 2 channels", () =>
|
AddStep("Join 2 channels", () =>
|
||||||
|
Loading…
Reference in New Issue
Block a user