Add a couple of extra tests

This commit is contained in:
Dean Herbert 2023-10-02 13:41:49 +09:00
parent 07207ffc32
commit b683d55023

View File

@ -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;