1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 22:30:53 +08:00

Fail tests by default

This commit is contained in:
smoogipoo
2020-03-03 12:13:36 +09:00
Unverified
parent ce7cbf29ca
commit 90c2f7bd89
+1 -1
View File
@@ -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();
}