RulesetTabItem -> ProfileRulesetTabItem

This commit is contained in:
smoogipoo
2019-06-27 14:54:31 +09:00
parent 803198ff20
commit 7f5587d894
3 changed files with 8 additions and 8 deletions

View File

@ -19,7 +19,7 @@ namespace osu.Game.Tests.Visual.Online
public override IReadOnlyList<Type> RequiredTypes => new[]
{
typeof(ProfileRulesetSelector),
typeof(RulesetTabItem),
typeof(ProfileRulesetTabItem),
};
public TestSceneProfileRulesetSelector()