mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 18:27:26 +08:00
Fix unreported CI issue
This commit is contained in:
parent
1dfd104690
commit
68feedbd15
@ -46,7 +46,6 @@ namespace osu.Game.Tests.Visual.Gameplay
|
||||
});
|
||||
|
||||
Key testKey = ((KeyCounterKeyboard)kc.Children.First()).Key;
|
||||
double time1 = 0;
|
||||
|
||||
AddStep($"Press {testKey} key", () =>
|
||||
{
|
||||
@ -60,7 +59,6 @@ namespace osu.Game.Tests.Visual.Gameplay
|
||||
{
|
||||
InputManager.PressKey(testKey);
|
||||
InputManager.ReleaseKey(testKey);
|
||||
time1 = Clock.CurrentTime;
|
||||
});
|
||||
|
||||
AddAssert($"Check {testKey} counter after keypress", () => testCounter.CountPresses == 2);
|
||||
|
Loading…
Reference in New Issue
Block a user