mirror of
https://github.com/ppy/osu.git
synced 2026-06-02 12:10:12 +08:00
Remove return user input calls
This commit is contained in:
@@ -55,8 +55,6 @@ namespace osu.Game.Tests.Visual.UserInterface
|
||||
|
||||
moveOut();
|
||||
checkNotHovered();
|
||||
|
||||
ReturnUserInput();
|
||||
}
|
||||
|
||||
[Test]
|
||||
@@ -78,8 +76,6 @@ namespace osu.Game.Tests.Visual.UserInterface
|
||||
|
||||
moveOut();
|
||||
waitUntilColourIs(OsuHoverTestContainer.IDLE_COLOUR);
|
||||
|
||||
ReturnUserInput();
|
||||
}
|
||||
|
||||
[Test]
|
||||
@@ -101,8 +97,6 @@ namespace osu.Game.Tests.Visual.UserInterface
|
||||
|
||||
moveOut();
|
||||
checkColour(OsuHoverTestContainer.IDLE_COLOUR);
|
||||
|
||||
ReturnUserInput();
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
||||
Reference in New Issue
Block a user