mirror of
https://github.com/osukey/osukey.git
synced 2025-05-03 12:47:28 +09:00
Remove return user input calls
This commit is contained in:
parent
748c0e5c01
commit
6f6b134ec8
@ -55,8 +55,6 @@ namespace osu.Game.Tests.Visual.UserInterface
|
|||||||
|
|
||||||
moveOut();
|
moveOut();
|
||||||
checkNotHovered();
|
checkNotHovered();
|
||||||
|
|
||||||
ReturnUserInput();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
@ -78,8 +76,6 @@ namespace osu.Game.Tests.Visual.UserInterface
|
|||||||
|
|
||||||
moveOut();
|
moveOut();
|
||||||
waitUntilColourIs(OsuHoverTestContainer.IDLE_COLOUR);
|
waitUntilColourIs(OsuHoverTestContainer.IDLE_COLOUR);
|
||||||
|
|
||||||
ReturnUserInput();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
@ -101,8 +97,6 @@ namespace osu.Game.Tests.Visual.UserInterface
|
|||||||
|
|
||||||
moveOut();
|
moveOut();
|
||||||
checkColour(OsuHoverTestContainer.IDLE_COLOUR);
|
checkColour(OsuHoverTestContainer.IDLE_COLOUR);
|
||||||
|
|
||||||
ReturnUserInput();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user