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:
parent
3d0ef8b3bd
commit
62547dba51
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user