Fix timeline test

This commit is contained in:
smoogipoo
2020-11-13 17:51:01 +09:00
parent 688a442fb3
commit 864e4006b9
3 changed files with 10 additions and 23 deletions

View File

@ -10,7 +10,7 @@ namespace osu.Game.Tests.Visual.Editing
[TestFixture]
public class TestSceneTimelineBlueprintContainer : TimelineTestScene
{
public override Drawable CreateTestComponent() => new TimelineBlueprintContainer(null);
public override Drawable CreateTestComponent() => new TimelineBlueprintContainer(Composer);
protected override void LoadComplete()
{