Rename base test class to help avoid incorrect reference

This commit is contained in:
Dean Herbert
2020-03-23 10:01:33 +09:00
parent 97076325c4
commit 0b728f483f
25 changed files with 26 additions and 26 deletions

View File

@ -16,7 +16,7 @@ using osuTK.Input;
namespace osu.Game.Tests.Visual.Editor
{
public class TestSceneBeatDivisorControl : ManualInputManagerTestScene
public class TestSceneBeatDivisorControl : OsuManualInputManagerTestScene
{
public override IReadOnlyList<Type> RequiredTypes => new[] { typeof(BindableBeatDivisor) };
private BeatDivisorControl beatDivisorControl;