mirror of
https://github.com/ppy/osu
synced 2025-01-04 21:30:08 +00: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