1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-26 19:32:55 +08:00

Merge pull request #23424 from bdach/fix-rapid-back-button-test-failure

Fix rapid back button test failure
This commit is contained in:
Dean Herbert 2023-05-08 11:28:36 +09:00 committed by GitHub
commit 214bc40570
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -700,7 +700,7 @@ namespace osu.Game.Tests.Visual.Navigation
AddStep("press escape twice rapidly", () =>
{
InputManager.Key(Key.Escape);
InputManager.Key(Key.Escape);
Schedule(InputManager.Key, Key.Escape);
});
pushEscape();