Consume TearDownSteps

This commit is contained in:
Dean Herbert 2020-01-31 22:09:39 +09:00
parent f8aee122b6
commit c4331f34d5

View File

@ -33,9 +33,8 @@ namespace osu.Game.Tests.Visual
[SetUpSteps] [SetUpSteps]
public virtual void SetUpSteps() => addExitAllScreensStep(); public virtual void SetUpSteps() => addExitAllScreensStep();
// pending framework update. [TearDownSteps]
//[TearDownSteps] public void TearDownSteps() => addExitAllScreensStep();
//public void TearDownSteps() => addExitAllScreensStep();
private void addExitAllScreensStep() private void addExitAllScreensStep()
{ {