1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 09:07:25 +08:00

Fix test name

This commit is contained in:
smoogipoo 2019-09-25 20:03:03 +09:00
parent 03ec0fb27d
commit ccb5623487

View File

@ -117,7 +117,7 @@ namespace osu.Game.Tests.Visual.Gameplay
}
[Test]
public void TestSliderMultiplierDoesnotAffectRelativeBeatLength()
public void TestSliderMultiplierDoesNotAffectRelativeBeatLength()
{
var beatmap = createBeatmap(new TimingControlPoint { BeatLength = time_range });
beatmap.BeatmapInfo.BaseDifficulty.SliderMultiplier = 2;