mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 18:33:20 +08:00
Fail tests by default
This commit is contained in:
parent
ce7cbf29ca
commit
90c2f7bd89
@ -37,7 +37,7 @@ namespace osu.Game.Tests.Visual
|
||||
|
||||
public override void TearDownSteps()
|
||||
{
|
||||
AddUntilStep("test passed", () => currentTest?.PassCondition?.Invoke() ?? true);
|
||||
AddUntilStep("test passed", () => currentTest?.PassCondition?.Invoke() ?? false);
|
||||
base.TearDownSteps();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user