mirror of https://github.com/ppy/osu
Rename test class
This commit is contained in:
parent
d5fda053f4
commit
9a2867d3d9
|
@ -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();
|
||||
|
Loading…
Reference in New Issue