Rename test scene to reflect its new purpose

This commit is contained in:
Bartłomiej Dach
2021-09-26 15:09:30 +02:00
parent 4aadff3fd7
commit 0057400bb7

View File

@ -21,7 +21,7 @@ using osuTK.Input;
namespace osu.Game.Tests.Visual.Editing
{
public class TestSceneBlueprintSelection : EditorTestScene
public class TestSceneBlueprintOrdering : EditorTestScene
{
protected override Ruleset CreateEditorRuleset() => new OsuRuleset();