1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 13:32:54 +08:00

Schedule SetUp()

This commit is contained in:
Salman Ahmed 2019-12-12 01:10:43 +03:00
parent 61265ed452
commit 035a53cb9e

View File

@ -41,11 +41,11 @@ namespace osu.Game.Tests.Visual.Background
} }
[SetUp] [SetUp]
public void SetUp() public void SetUp() => Schedule(() =>
{ {
isBreakTime.Value = false; isBreakTime.Value = false;
lightenDuringBreaks.Value = false; lightenDuringBreaks.Value = false;
} });
[TestCase(0.6f, 0.3f)] [TestCase(0.6f, 0.3f)]
[TestCase(0.2f, 0.0f)] [TestCase(0.2f, 0.0f)]