mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 12:17:26 +08:00
Add a couple of extra tests
This commit is contained in:
parent
07207ffc32
commit
b683d55023
@ -44,6 +44,8 @@ namespace osu.Game.Rulesets.Osu.Tests
|
||||
[TestCase(120, true)]
|
||||
[TestCase(60, true)]
|
||||
[TestCase(10, true)]
|
||||
[TestCase(0, true)]
|
||||
[TestCase(-30, false)]
|
||||
public void TestTailLeniency(float finalPosition, bool hit)
|
||||
{
|
||||
Slider slider;
|
||||
|
Loading…
Reference in New Issue
Block a user