1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 06:52:55 +08:00

Rename test scene to match updated class name

This commit is contained in:
Dean Herbert 2023-06-25 21:26:08 +09:00
parent 3d1a8aeb54
commit cf43cd2bdc

View File

@ -8,11 +8,11 @@ using osu.Game.Screens.Menu;
namespace osu.Game.Tests.Visual.UserInterface
{
public partial class TestSceneHoldToConfirmOverlay : OsuTestScene
public partial class TestSceneHoldToExitGameOverlay : OsuTestScene
{
protected override double TimePerAction => 100; // required for the early exit test, since hold-to-confirm delay is 200ms
public TestSceneHoldToConfirmOverlay()
public TestSceneHoldToExitGameOverlay()
{
bool fired = false;