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

Rename test scene to match

This commit is contained in:
Dean Herbert 2020-01-24 13:39:47 +09:00
parent 5646f7777e
commit 0e9ab8c76b

View File

@ -23,12 +23,11 @@ using osuTK.Graphics;
namespace osu.Game.Tests.Visual.Editor
{
[TestFixture]
public class TestSceneEditorComposeTimeline : EditorClockTestScene
public class TestSceneTimelineBlueprintContainer : EditorClockTestScene
{
public override IReadOnlyList<Type> RequiredTypes => new[]
{
typeof(TimelineArea),
typeof(TimelineBlueprintContainer),
typeof(Timeline),
typeof(TimelineButton),
typeof(CentreMarker)