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

@ -20,7 +20,8 @@ namespace osu.Game.Rulesets.Osu.Tests
{
private int depthIndex;
public TestSceneHitCircle()
[Test]
public void TestVariousHitCircles()
{
AddStep("Miss Big Single", () => SetContents(() => testSingle(2)));
AddStep("Miss Medium Single", () => SetContents(() => testSingle(5)));