Skip to content

Commit

Permalink
Update taiko tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Syriiin committed Nov 12, 2024
1 parent de8b128 commit cfc33b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Difficalcy.Taiko.Tests/TaikoCalculatorServiceTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ protected override CalculatorService<
);

[Theory]
[InlineData(3.092021259435121d, 137.80325540434842d, "diffcalc-test", new string[] { })]
[InlineData(4.0789820318081444d, 248.8310568362074d, "diffcalc-test", new string[] { "DT" })]
[InlineData(3.092021259435121d, 135.79672372953866, "diffcalc-test", new string[] { })]
[InlineData(4.0789820318081444d, 248.7184459889834, "diffcalc-test", new string[] { "DT" })]
public void Test(
double expectedDifficultyTotal,
double expectedPerformanceTotal,
Expand Down Expand Up @@ -58,6 +58,6 @@ public void TestAllParameters()
Misses = 5,
Oks = 3,
};
TestGetCalculationReturnsCorrectValues(4.922364692298034, 359.95282202016443, score);
TestGetCalculationReturnsCorrectValues(4.922364692298034, 359.9526882598762d, score);
}
}

0 comments on commit cfc33b3

Please sign in to comment.