mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 19:42:55 +08:00
Fix code quality inspection
This commit is contained in:
parent
e65108533a
commit
452bf92550
@ -31,10 +31,8 @@ namespace osu.Game.Rulesets.Osu.Tests
|
||||
|
||||
[Test]
|
||||
public void TestMaximumDistanceTrackingWithoutMovement(
|
||||
[Values(0, 5, 10)]
|
||||
float circleSize,
|
||||
[Values(0, 5, 10)]
|
||||
double velocity)
|
||||
[Values(0, 5, 10)] float circleSize,
|
||||
[Values(0, 5, 10)] double velocity)
|
||||
{
|
||||
const double time_slider_start = 1000;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user