mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 13:32:54 +08:00
Schedule SetUp()
This commit is contained in:
parent
61265ed452
commit
035a53cb9e
@ -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)]
|
||||||
|
Loading…
Reference in New Issue
Block a user