Schedule SetUp()

This commit is contained in:
Salman Ahmed 2019-12-12 01:10:43 +03:00
parent 61265ed452
commit 035a53cb9e
1 changed files with 2 additions and 2 deletions

View File

@ -41,11 +41,11 @@ private void load(OsuConfigManager config)
}
[SetUp]
public void SetUp()
public void SetUp() => Schedule(() =>
{
isBreakTime.Value = false;
lightenDuringBreaks.Value = false;
}
});
[TestCase(0.6f, 0.3f)]
[TestCase(0.2f, 0.0f)]