mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 09:27:29 +08:00
Rename moved test method to describe its purpose better
This commit is contained in:
parent
80ee917c77
commit
8b25598d82
@ -21,7 +21,7 @@ namespace osu.Game.Rulesets.Mania.Tests.Editor
|
||||
private OsuConfigManager config { get; set; } = null!;
|
||||
|
||||
[Test]
|
||||
public void TestPlacement()
|
||||
public void TestPlacementBeforeTrackStart()
|
||||
{
|
||||
AddStep("Seek to 0", () => EditorClock.Seek(0));
|
||||
AddStep("Select note", () => InputManager.Key(Key.Number2));
|
||||
|
Loading…
Reference in New Issue
Block a user