mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Consume TearDownSteps
This commit is contained in:
@ -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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user