mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Fix weird test step
This commit is contained in:
@ -48,7 +48,7 @@ namespace osu.Game.Tests.Visual.UserInterface
|
||||
public void TestStateChange()
|
||||
{
|
||||
createScreen();
|
||||
AddToggleStep("toggle state", visible => modSelectScreen.State.Value = visible ? Visibility.Visible : Visibility.Hidden);
|
||||
AddStep("toggle state", () => modSelectScreen.ToggleVisibility());
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
Reference in New Issue
Block a user