Naming adjustments

This commit is contained in:
EVAST9919
2019-06-12 20:51:21 +03:00
parent 065b4cd055
commit 3150b5cfb4
4 changed files with 8 additions and 8 deletions

View File

@ -16,7 +16,7 @@ namespace osu.Game.Tests.Visual.UserInterface
public override IReadOnlyList<Type> RequiredTypes => new[]
{
typeof(ToolbarRulesetSelector),
typeof(ToolbarRulesetButton),
typeof(ToolbarRulesetTabButton),
};
public TestSceneToolbarRulesetSelector()