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