mirror of https://github.com/ppy/osu
Adjust diffcalc test case to pass
This commit is contained in:
parent
a350802158
commit
64b1a009ef
|
@ -13,8 +13,8 @@ public class TaikoDifficultyCalculatorTest : DifficultyCalculatorTest
|
|||
{
|
||||
protected override string ResourceAssembly => "osu.Game.Rulesets.Taiko";
|
||||
|
||||
[TestCase(2.2905937546434592d, "diffcalc-test")]
|
||||
[TestCase(2.2905937546434592d, "diffcalc-test-strong")]
|
||||
[TestCase(2.2867022617692685d, "diffcalc-test")]
|
||||
[TestCase(2.2867022617692685d, "diffcalc-test-strong")]
|
||||
public void Test(double expected, string name)
|
||||
=> base.Test(expected, name);
|
||||
|
||||
|
|
Loading…
Reference in New Issue