1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 19:52:55 +08:00

Rename to match

This commit is contained in:
Dean Herbert 2019-07-06 19:05:37 +09:00
parent 58183ad3d5
commit 6bee26cfc9

View File

@ -16,12 +16,11 @@ using osuTK.Graphics;
namespace osu.Game.Tests.Visual.Menus
{
[TestFixture]
public class TestSceneIntroSequence : OsuTestScene
public class TestSceneIntro : OsuTestScene
{
public override IReadOnlyList<Type> RequiredTypes => new[]
{
typeof(OsuLogo),
typeof(Intro),
typeof(StartupScreen),
typeof(OsuScreen)
};
@ -29,7 +28,7 @@ namespace osu.Game.Tests.Visual.Menus
[Cached]
private OsuLogo logo;
public TestSceneIntroSequence()
public TestSceneIntro()
{
var rateAdjustClock = new StopwatchClock(true);
var framedClock = new FramedClock(rateAdjustClock);