Rename test class

This commit is contained in:
Dean Herbert 2020-01-27 18:10:42 +09:00
parent d5fda053f4
commit 9a2867d3d9
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
namespace osu.Game.Tests.Visual.Editor
{
[TestFixture]
public class TestSceneTimelineBeatLineDisplay : TimelineTestScene
public class TestSceneTimelineTickDisplay : TimelineTestScene
{
public override Drawable CreateTestComponent() => new TimelineTickDisplay();