1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 18:47:27 +08:00

Fix rapid back button test failure

This commit is contained in:
Bartłomiej Dach 2023-05-07 21:07:38 +02:00
parent 0fa32fed51
commit 8514b2758a
No known key found for this signature in database

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();