mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 19:22:54 +08:00
Fix wrong attribute used for setup method
This commit is contained in:
parent
f592350856
commit
6ed3e469f7
@ -39,7 +39,7 @@ namespace osu.Game.Tests.Visual.Gameplay
|
||||
Dependencies.Cache(localConfig = new OsuConfigManager(LocalStorage));
|
||||
}
|
||||
|
||||
[SetUpSteps]
|
||||
[SetUp]
|
||||
public void SetUp() => Schedule(() => localConfig.SetValue(OsuSetting.HUDVisibilityMode, HUDVisibilityMode.Always));
|
||||
|
||||
[Test]
|
||||
|
Loading…
Reference in New Issue
Block a user