1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 07:33:20 +08:00

Rename test scene to match contents

It does not only test "placement before track start" anymore.
This commit is contained in:
Bartłomiej Dach 2023-02-19 13:16:40 +01:00
parent aac32a2c9f
commit 80b329f069
No known key found for this signature in database

View File

@ -13,7 +13,7 @@ using osuTK.Input;
namespace osu.Game.Rulesets.Mania.Tests.Editor
{
public partial class TestScenePlacementBeforeTrackStart : EditorTestScene
public partial class TestSceneObjectPlacement : EditorTestScene
{
protected override Ruleset CreateEditorRuleset() => new ManiaRuleset();