Update catch dfificulty test

Likely the result of fixing https://github.com/ppy/osu/issues/4426.
This commit is contained in:
Dean Herbert 2019-03-08 20:13:55 +09:00
parent 93a999396e
commit eadd7ce913
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ public class CatchDifficultyCalculatorTest : DifficultyCalculatorTest
{
protected override string ResourceAssembly => "osu.Game.Rulesets.Catch";
[TestCase(4.2038001515546597d, "diffcalc-test")]
[TestCase(4.2058561036909863d, "diffcalc-test")]
public void Test(double expected, string name)
=> base.Test(expected, name);