1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-13 16:47:46 +08:00

Rename test to match class

This commit is contained in:
Bartłomiej Dach 2023-07-25 22:18:31 +02:00
parent 3b11559fd0
commit c6099edb88
No known key found for this signature in database

View File

@ -14,7 +14,7 @@ using osu.Game.Tests.Beatmaps;
namespace osu.Game.Tests.Editing.Checks
{
public class CheckDrainTimeTest
public class CheckDrainLengthTest
{
private CheckDrainLength check = null!;