1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 01:27:29 +08:00

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
No known key found for this signature in database
GPG Key ID: BCECCD4FA41F6497

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();