1
0
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:
Salman Ahmed 2021-08-18 06:50:01 +03:00
parent f592350856
commit 6ed3e469f7

View File

@ -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]