1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 09:32:55 +08:00

Remove redundant test method

This commit is contained in:
Dean Herbert 2018-02-06 18:15:21 +09:00
parent 3d0ef8b3bd
commit 62547dba51

View File

@ -126,9 +126,7 @@ namespace osu.Game.Rulesets.Osu.Tests
addSlider(slider, circleSize, speedMultiplier);
}
private void testPerfect(int repeats = 0) => createPerfect(repeats);
private void createPerfect(int repeats)
private void testPerfect(int repeats = 0)
{
var slider = new Slider
{