Fix tests specifying steps in their constructors

This commit is contained in:
Dean Herbert
2020-10-02 18:18:14 +09:00
parent d0447d78ed
commit 1a0171fb2d
5 changed files with 11 additions and 8 deletions

View File

@ -27,7 +27,8 @@ namespace osu.Game.Rulesets.Osu.Tests
{
private int depthIndex;
public TestSceneSlider()
[Test]
public void TestVariousSliders()
{
AddStep("Big Single", () => SetContents(() => testSimpleBig()));
AddStep("Medium Single", () => SetContents(() => testSimpleMedium()));