Update with new r# inspections

This commit is contained in:
Dean Herbert
2020-10-16 12:49:39 +09:00
parent cc41845f56
commit 88f74921fb
2 changed files with 2 additions and 4 deletions

View File

@ -69,7 +69,7 @@ namespace osu.Game.Tests.Visual.Gameplay
createNew(h => h.OnLoadComplete += _ => initialAlpha = hideTarget.Alpha);
AddUntilStep("wait for load", () => hudOverlay.IsAlive);
AddAssert("initial alpha was less than 1", () => initialAlpha != null && initialAlpha < 1);
AddAssert("initial alpha was less than 1", () => initialAlpha < 1);
}
[Test]