mirror of
https://github.com/ppy/osu
synced 2024-12-12 18:07:52 +00: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(120, true)]
|
||||||
[TestCase(60, true)]
|
[TestCase(60, true)]
|
||||||
[TestCase(10, true)]
|
[TestCase(10, true)]
|
||||||
|
[TestCase(0, true)]
|
||||||
|
[TestCase(-30, false)]
|
||||||
public void TestTailLeniency(float finalPosition, bool hit)
|
public void TestTailLeniency(float finalPosition, bool hit)
|
||||||
{
|
{
|
||||||
Slider slider;
|
Slider slider;
|
||||||
|
Loading…
Reference in New Issue
Block a user