1
0
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:
Bartłomiej Dach 2023-02-19 13:54:48 +01:00
parent 80ee917c77
commit 8b25598d82
No known key found for this signature in database

View File

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