Update tests to use more correct control point definitions

This commit is contained in:
Dean Herbert
2021-09-06 22:04:51 +09:00
parent eabca016d4
commit 1952ebece9
6 changed files with 11 additions and 8 deletions

View File

@ -208,7 +208,7 @@ namespace osu.Game.Tests.NonVisual
[Test]
public void TestOrdering()
{
var cpi = new ControlPointInfo();
var cpi = new LegacyControlPointInfo();
cpi.Add(0, new TimingControlPoint());
cpi.Add(1000, new TimingControlPoint { BeatLength = 500 });