Rename base player test class to RateAdjustedBeatmap, refactor input tests

This commit is contained in:
David Zhao
2019-01-25 00:07:33 +09:00
committed by Dean Herbert
parent d80424b1d6
commit d59ba8cfe9
3 changed files with 25 additions and 25 deletions

View File

@ -16,7 +16,7 @@ using osuTK.Graphics;
namespace osu.Game.Tests.Visual
{
public abstract class TestCasePlayer : TestCasePlayerBase
public abstract class TestCasePlayer : TestCaseRateAdjustedBeatmap
{
private readonly Ruleset ruleset;