1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 16:12:57 +08:00

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]
public virtual void SetUpSteps() => addExitAllScreensStep();
// pending framework update.
//[TearDownSteps]
//public void TearDownSteps() => addExitAllScreensStep();
[TearDownSteps]
public void TearDownSteps() => addExitAllScreensStep();
private void addExitAllScreensStep()
{