mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 16:12:57 +08:00
Consume TearDownSteps
This commit is contained in:
parent
f8aee122b6
commit
c4331f34d5
@ -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()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user